pkgsrc/wm/olvwm/patches/patch-ae
2013-03-28 21:40:10 +00:00

26 lines
554 B
Text

$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;