diff options
Diffstat (limited to 'net/wu-ftpd-vr/patches/patch-ak')
-rw-r--r-- | net/wu-ftpd-vr/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wu-ftpd-vr/patches/patch-ak b/net/wu-ftpd-vr/patches/patch-ak new file mode 100644 index 00000000000..883b3efbf4b --- /dev/null +++ b/net/wu-ftpd-vr/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ + +--- src/ckconfig.c.orig Mon Jul 6 11:14:14 1998 ++++ src/ckconfig.c Sat Feb 13 00:54:09 1999 +@@ -33,6 +33,8 @@ + #ifndef HOST_ACCESS + #define HOST_ACCESS 1 + #endif ++ ++#include <string.h> + #include <stdio.h> + #include <sys/types.h> + #include <sys/stat.h> |