commit dd6e31d7e33e64ea324b0afe932b3a509d7d963e from: Stefan Sperling date: Fri Jun 17 10:29:12 2022 UTC fix build of tog on sparc64 with -Werror error was tog/tog.c:636: warning: function declaration isn't a prototype commit - 4d1f6af329d8c0aff4e62ee3fd5cf44c8ea57fa6 commit + dd6e31d7e33e64ea324b0afe932b3a509d7d963e blob - 253f99fd7e3be77b7efa0b7a1954024e2d286472 blob + 3a68d826936ce61d03cad367b5fbd52ed10c4298 --- tog/tog.c +++ tog/tog.c @@ -632,7 +632,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);