From: Kurt Zeilenga Date: Thu, 17 Oct 2002 04:35:55 +0000 (+0000) Subject: Fix comment X-Git-Tag: NO_SLAP_OP_BLOCKS~881 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac66a219d090c1445f76f8e7df92f6e9e132cd82;p=openldap Fix comment --- diff --git a/servers/slapd/main.c b/servers/slapd/main.c index 8a40fe52a7..bda792fbf8 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -628,7 +628,7 @@ wait4child( int sig ) errno = save_errno; } -#endif /* SIGCHLD || SIGCLD */ +#endif /* LDAP_SIGCHLD */ #ifdef LOG_LOCAL4