diff options
Diffstat (limited to 'parallel/glunix/patches/patch-bv')
-rw-r--r-- | parallel/glunix/patches/patch-bv | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/parallel/glunix/patches/patch-bv b/parallel/glunix/patches/patch-bv index d552e7b2b6e..1a52c51a3d4 100644 --- a/parallel/glunix/patches/patch-bv +++ b/parallel/glunix/patches/patch-bv @@ -1,11 +1,13 @@ -$NetBSD: patch-bv,v 1.2 1998/10/22 16:06:48 garbled Exp $ +$NetBSD: patch-bv,v 1.3 2005/05/29 14:38:33 wiz Exp $ -diff -U 1 progs/glush/sh.sem.c ../old/progs/glush/sh.sem.c ---- progs/glush/sh.sem.c Thu Jul 20 11:09:24 1995 -+++ ../old/progs/glush/sh.sem.c Thu Mar 12 01:24:34 1998 -@@ -52,3 +52,3 @@ +--- progs/glush/sh.sem.c.orig 1995-07-20 20:09:24.000000000 +0200 ++++ progs/glush/sh.sem.c +@@ -50,7 +50,7 @@ RCSID("$Id: sh.sem.c,v 1.1 1995/07/20 18 + #endif /* CLOSE_ON_EXEC */ + #if defined(__sparc__) || defined(sparc) -# if !defined(MACH) && SYSVREL == 0 && !defined(Lynx) +# if !defined(MACH) && SYSVREL == 0 && !defined(Lynx) && !defined(__NetBSD__) # include <vfork.h> - + # endif /* !MACH && SYSVREL == 0 */ + #endif /* __sparc__ || sparc */ |