aboutsummaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-server-spawn.c
blob: ca655dd4083f66452320c45c809b28222d086da6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- server/spawn.c.orig	Fri Dec  9 03:53:14 1994
+++ server/spawn.c	Sun Aug 22 23:36:19 2004
@@ -5,9 +5,11 @@
 #include "common.h"
 
 #include <signal.h>
+#ifndef __FreeBSD__
 #ifdef sparc
 #ifndef SVR4
 #include <vfork.h>
+#endif
 #endif
 #endif
 #ifdef XFER_TIMEOUT