freebsd-ports/net/delegate/files/patch-aj
Akinori MUSHA baf2613128 Update to 6.1.19.
Add patches for -current.

PR:		ports/19665 (update to 6.1.16), ports/19914 (update to 6.1.17)
Submitted by:	Naoki IDO <ido@hitachi-ms.co.jp>
Additional patches by:	knu
2000-10-29 13:41:28 +00:00

7 lines
188 B
Text

--- maker/__fork.c.orig Tue Jun 3 22:56:42 1997
+++ maker/__fork.c Sun Oct 29 22:32:55 2000
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <sys/wait.h>
INHERENT_fork(){ return 1; }