diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-29 13:41:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-29 13:41:28 +0000 |
commit | baf2613128095213d89ff15bf7796c5270056e2c (patch) | |
tree | c968a6e18749bca45eb064ae26ff9f98716d4291 /net/delegate/files/patch-ak | |
parent | New fetch arrangements. Patch no longer needed. (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | net/delegate/files/patch-ak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/delegate/files/patch-ak b/net/delegate/files/patch-ak new file mode 100644 index 000000000000..960895f0a73b --- /dev/null +++ b/net/delegate/files/patch-ak @@ -0,0 +1,7 @@ +--- 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; } |