From e553aea6031e99f495849ccde9cfcf4de5d052ab Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Jun 1997 13:56:01 +0000 Subject: Recent HP-UXs prototype wait3 properly. svn path=/trunk/; revision=1082 --- daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.c') 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) -- cgit v1.2.3