diff options
Diffstat (limited to 'security/srp_client/patches/patch-ad')
-rw-r--r-- | security/srp_client/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/srp_client/patches/patch-ad b/security/srp_client/patches/patch-ad new file mode 100644 index 00000000000..b50e59324a3 --- /dev/null +++ b/security/srp_client/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 1999/06/18 19:18:18 jlam Exp $ + +--- ftp/ftp/pclose.c.orig Wed Dec 9 20:43:25 1998 ++++ ftp/ftp/pclose.c Fri Jun 18 06:54:14 1999 +@@ -17,6 +17,8 @@ + #include <sys/wait.h> + #ifdef HAVE_VFORK_H + #include <vfork.h> ++#else ++#include <unistd.h> /* vfork() */ + #endif + #define sig_t my_sig_t + #define sigtype RETSIGTYPE |