Subject: small patch for tcsh under NetBSD/sparc
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Matthieu Herrb <matthieu@laas.fr>
List: current-users
Date: 08/30/1994 19:40:02
Hi,

here is a small patch for tcsh-6.05 to compile under NetBSD/sparc:

--- sh.sem.c~	Sun Jun 26 00:02:49 1994
+++ sh.sem.c	Tue Aug 30 18:39:45 1994
@@ -50,7 +50,7 @@
 #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 */


					Matthieu

------------------------------------------------------------------------------