--- sysklogd-1.5.1/syslogd.c +++ sysklogd-1.5.1/syslogd.c @@ -2094,7 +2094,7 @@ (void) signal(SIGCHLD, reapchild); /* reset signal handler -ASP */ wait ((int *)0); #else - union wait status; + int status; while (wait3(&status, WNOHANG, (struct rusage *) NULL) > 0) ;