summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-ae
blob: 196098620c80b0f019a1fc3af94b1441872300a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;