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
193 B
Text
7 lines
193 B
Text
--- maker/spawnvp_.c.orig Thu Jun 19 02:40:16 1997
|
|
+++ maker/spawnvp_.c Sun Oct 29 22:32:55 2000
|
|
@@ -1,3 +1,4 @@
|
|
+#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
|
|
INHERENT_spawn(){ return 0; }
|