summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-ae
blob: d9487ffa99d45413983e0d393a2e241f5650d2f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ae,v 1.2 2013/03/28 21:40:10 joerg Exp $

--- olwm.c.orig	2000-03-02 21:43:52.000000000 +0000
+++ olwm.c
@@ -67,6 +67,7 @@ GlobalResourceVariables GRV;		/* variabl
 XrmDatabase	OlwmDB;			/* the main resource database */
 Display		*DefDpy;		/* the display connection */
 
+void InitOlvwmRC(Display *ldpy, char *path);
 
 #ifdef DEBUG
 
@@ -675,12 +676,11 @@ ReapChildren()
 {
 #ifdef SYSV
         pid_t pid;
-        int status;
 #else
 	int oldmask;
 	int pid;
-	union wait status;
 #endif
+	int status;
 
 	if (!deadChildren)
 		return;