diff options
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; } |