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 68c509db..4d159257 100644
--- a/daemon.c
+++ b/daemon.c
@@ -51,7 +51,7 @@ sigchld_handler (int sig)
#endif
#if defined(HAVE_WAIT3)
-#ifdef hpux
+#ifdef oldhpux /* HP-UX fixed this sometime between 9.01 and 10.20 */
while ((pid = wait3(&status, WNOHANG, (int *) 0)) > 0)
#else
while ((pid = wait3(&status, WNOHANG, (struct rusage *) 0)) > 0)