summaryrefslogtreecommitdiff
path: root/app-admin/sysklogd/files/sysklogd-1.5-glibc-2.24.patch
blob: fcddb7574590b33b5f5e6f8bfa7bcac82926f6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)
 		;