From: Eric S. Raymond Date: Sun, 24 Jun 2001 21:48:09 +0000 (-0000) Subject: Comment fix. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=5d58bb226add86807ea2258d970f7c2c7334fbf2;p=~andy%2Ffetchmail Comment fix. svn path=/trunk/; revision=3374 --- 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);