summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-am
blob: 4b33ba10029a91aa24158fe2faf4a53f2c1d5483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-am,v 1.1 1999/12/15 23:51:04 dmcmahill Exp $

--- ./lib/libxview/wmgr/wmgr_menu.c.orig	Tue Jun 29 01:17:24 1993
+++ ./lib/libxview/wmgr/wmgr_menu.c	Sun Dec 12 21:43:52 1999
@@ -15,4 +15,8 @@
 #include <ctype.h>
 #include <string.h>
+
+#if defined(BSD) && (BSD >= 199306)
+#include <unistd.h>
+#else
 #ifdef sparc
 #ifdef SVR4
@@ -21,4 +25,5 @@
 #include <vfork.h>
 #endif SVR4
+#endif sparc
 #endif