diff options
Diffstat (limited to 'app-admin/sysklogd/files/sysklogd-1.5-glibc-2.24.patch')
-rw-r--r-- | app-admin/sysklogd/files/sysklogd-1.5-glibc-2.24.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/sysklogd/files/sysklogd-1.5-glibc-2.24.patch b/app-admin/sysklogd/files/sysklogd-1.5-glibc-2.24.patch deleted file mode 100644 index fcddb7574590..000000000000 --- a/app-admin/sysklogd/files/sysklogd-1.5-glibc-2.24.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - ; |