summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'wm/olvwm/patches/patch-ae')
-rw-r--r--wm/olvwm/patches/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-ae b/wm/olvwm/patches/patch-ae
new file mode 100644
index 00000000000..196098620c8
--- /dev/null
+++ b/wm/olvwm/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+--- olwm.c.orig Sat Jan 8 00:25:00 2000
++++ olwm.c Sat Jan 8 00:25:06 2000
+@@ -675,12 +675,11 @@
+ {
+ #ifdef SYSV
+ pid_t pid;
+- int status;
+ #else
+ int oldmask;
+ int pid;
+- union wait status;
+ #endif
++ int status;
+
+ if (!deadChildren)
+ return;