diff options
Diffstat (limited to 'net/wu-ftpd/patches/patch-ah')
-rw-r--r-- | net/wu-ftpd/patches/patch-ah | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net/wu-ftpd/patches/patch-ah b/net/wu-ftpd/patches/patch-ah index 46306834195..f17113696f1 100644 --- a/net/wu-ftpd/patches/patch-ah +++ b/net/wu-ftpd/patches/patch-ah @@ -1,7 +1,12 @@ -$NetBSD: patch-ah,v 1.3 1998/08/23 06:08:50 garbled Exp $ ---- support/authuser.c.orig Mon Jul 13 02:46:20 1998 -+++ support/authuser.c Mon Jul 13 02:46:47 1998 -@@ -11,2 +11,3 @@ +$NetBSD: patch-ah,v 1.4 1999/02/13 09:05:02 rh Exp $ + +--- support/authuser.c.orig Mon Jul 6 11:14:52 1998 ++++ support/authuser.c Sat Feb 13 00:43:35 1999 +@@ -9,6 +9,7 @@ + #else + #include <sys/types.h> #endif +#include <string.h> #include <stdio.h> + #include <ctype.h> + #include <errno.h> |