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-aj | |
| parent | b38d3b2bb88ffa1ad16814b0781d7153cc9b7448 (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 'net/delegate/files/patch-aj')
| -rw-r--r-- | net/delegate/files/patch-aj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/delegate/files/patch-aj b/net/delegate/files/patch-aj new file mode 100644 index 000000000000..55cf79d58ecb --- /dev/null +++ b/net/delegate/files/patch-aj @@ -0,0 +1,7 @@ +--- 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; } |
