--- ./syslogd.c.orig 2014-10-04 14:47:18.000000000 -0500 +++ ./syslogd.c 2018-02-03 15:04:06.324301613 -0600 @@ -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) ;