forked from Lainports/freebsd-ports
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
7 lines
188 B
Text
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; }
|