mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
12 lines
330 B
Diff
12 lines
330 B
Diff
|
--- ./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)
|
||
|
;
|