summaryrefslogtreecommitdiffstats
path: root/source/y/bsd-games/bsd-games.sail.no.union_wait.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-17 23:44:53 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-18 08:59:47 +0100
commit66b0761fe7bfe43a58a4a7c3012ff3a46acf2e69 (patch)
tree78c6718616f92d2ec4d90386b24f911487e60bba /source/y/bsd-games/bsd-games.sail.no.union_wait.diff
parenta576ec7a0e6c880029328d465402520ee1c20571 (diff)
downloadcurrent-66b0761fe7bfe43a58a4a7c3012ff3a46acf2e69.tar.gz
current-66b0761fe7bfe43a58a4a7c3012ff3a46acf2e69.tar.xz
Sun Feb 17 23:44:53 UTC 201920190217234453
ap/cups-filters-1.22.1-x86_64-1.txz: Upgraded. y/bsd-games-2.17-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/y/bsd-games/bsd-games.sail.no.union_wait.diff')
-rw-r--r--source/y/bsd-games/bsd-games.sail.no.union_wait.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/y/bsd-games/bsd-games.sail.no.union_wait.diff b/source/y/bsd-games/bsd-games.sail.no.union_wait.diff
deleted file mode 100644
index 4ce9613e0..000000000
--- a/source/y/bsd-games/bsd-games.sail.no.union_wait.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./sail/pl_1.c.orig 2001-02-07 18:18:24.000000000 -0600
-+++ ./sail/pl_1.c 2018-04-08 12:55:44.967250171 -0500
-@@ -133,7 +133,7 @@
- void
- child(int n __attribute__((__unused__)))
- {
-- union wait status;
-+ int status;
- int pid;
-
- signal(SIGCHLD, SIG_IGN);