summaryrefslogtreecommitdiffstats
path: root/source/a/sysklogd/sysklogd.union.wait.int.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-06-26 19:18:25 +0000
committer Eric Hameleers <alien@slackware.com>2020-06-27 08:59:53 +0200
commit93abc85df8a72067aecc72c4773d00b040d6a1e2 (patch)
treec61f7ece039acb850385e181135f89817e8b340d /source/a/sysklogd/sysklogd.union.wait.int.diff
parent6cf862d3dc4bb739f05176b134e0da7db6cb4616 (diff)
downloadcurrent-93abc85df8a72067aecc72c4773d00b040d6a1e2.tar.gz
current-93abc85df8a72067aecc72c4773d00b040d6a1e2.tar.xz
Fri Jun 26 19:18:25 UTC 202020200626191825
a/sysklogd-2.1.2-x86_64-1.txz: Upgraded. Make sure to move the .new init script and config into place for this. ap/undervolt-20200612_07d0c70-x86_64-1.txz: Added. l/popt-1.18-x86_64-1.txz: Upgraded. x/libglvnd-1.3.2-x86_64-1.txz: Upgraded. x/libva-2.8.0-x86_64-1.txz: Upgraded. x/libva-utils-2.8.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/sysklogd/sysklogd.union.wait.int.diff')
-rw-r--r--source/a/sysklogd/sysklogd.union.wait.int.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/a/sysklogd/sysklogd.union.wait.int.diff b/source/a/sysklogd/sysklogd.union.wait.int.diff
deleted file mode 100644
index 7bbc19447..000000000
--- a/source/a/sysklogd/sysklogd.union.wait.int.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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)
- ;