commit c31666ae2d9d83148e3a726b077fb0756d807a4d from: Stefan Sperling via: Thomas Adam date: Thu Jun 23 14:09:35 2022 UTC fix build of tog on sparc64 with -Werror error was tog/tog.c:636: warning: function declaration isn't a prototype commit - 5c6cacf5ac35a34762aea020d9eba56b1b973c94 commit + c31666ae2d9d83148e3a726b077fb0756d807a4d blob - 8098a12c3f835b8d1991338eeaa8d75771ced72e blob + ad57666926b9f1cab97352254661551bba93066c --- tog/tog.c +++ tog/tog.c @@ -639,7 +639,7 @@ tog_sigterm(int signo) } static int -tog_fatal_signal_received() +tog_fatal_signal_received(void) { return (tog_sigpipe_received || tog_sigint_received || tog_sigint_received);