aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 7cd05dd2..331ca767 100644
--- a/daemon.c
+++ b/daemon.c
@@ -106,7 +106,7 @@ void deal_with_sigchld(void)
#if defined(SIGPWR)
sigaction (SIGPWR, &sa_new, NULL);
#endif
-#else
+#else /* HAVE_SIGACTION */
signal(SIGCHLD, sigchld_handler);
#if defined(SIGPWR)
signal(SIGPWR, sigchld_handler);