summaryrefslogtreecommitdiff
path: root/x11/xview-clients/patches/patch-ai
blob: f5062cfa3828c8c6a74b815a30a575c38567ef44 (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
27
28
29
$NetBSD: patch-ai,v 1.2 2008/08/30 20:03:03 dholland Exp $

--- olwm/slave.c.orig	1993-06-29 01:11:57.000000000 -0400
+++ olwm/slave.c	2008-08-30 15:38:43.000000000 -0400
@@ -1,4 +1,3 @@
-#ident	"@(#)slave.c	26.13	93/06/28 SMI"
 
 /*
  *      (c) Copyright 1989 Sun Microsystems, Inc.
@@ -21,6 +20,9 @@
 #include <X11/Xlib.h>
 #include <signal.h>
 #include <stdio.h>
+#include <stdlib.h>
+
+#include <sys/param.h>
 
 #include "cmdstream.h"
 #include "error.h"
@@ -44,8 +46,7 @@ static SlaveInfo slaveInfo = {
  *	Local Forward Declarations
  * ---------------------------------------------------------------------*/
 
-void	SlaveFailure();
-
+static void	SlaveFailure(void);
 
 /* ----------------------------------------------------------------------
  *	SlaveStart