summaryrefslogtreecommitdiffstats
path: root/source/a/sysklogd/sysklogd.union.wait.int.diff
blob: 7bbc19447bbd1b2917b38eb9561be7dae590aa2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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)
 		;