aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-24 21:48:09 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-24 21:48:09 +0000
commit5d58bb226add86807ea2258d970f7c2c7334fbf2 (patch)
treedd0db6dcaf3eed2c1e780db6196d5ce8083e2391 /daemon.c
parentc0221cbe360b83eac652d474c6c72a1eb3016268 (diff)
downloadfetchmail-5d58bb226add86807ea2258d970f7c2c7334fbf2.tar.gz
fetchmail-5d58bb226add86807ea2258d970f7c2c7334fbf2.tar.bz2
fetchmail-5d58bb226add86807ea2258d970f7c2c7334fbf2.zip
Comment fix.
svn path=/trunk/; revision=3374
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);