freebsd-ports/news/nntp/files/patch-server-spawn.c

15 lines
268 B
C
Raw Normal View History

2004-08-22 23:38:32 +02:00
--- 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