diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 06:08:50 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 06:08:50 +0000 |
commit | 94d33f3c7f3c8a9b48a4320228c5a75b616ed141 (patch) | |
tree | 9648ee8a43ce71d1bf15c80af488736548ed2942 /net/wu-ftpd/patches/patch-ah | |
parent | c4cb8bc28a984965a09913dea5ec944af38cc1fa (diff) | |
download | pkgsrc-94d33f3c7f3c8a9b48a4320228c5a75b616ed141.tar.gz |
Fix building of this pkg on alpha. Fixes PR 5769 (Tim Rightnour)
Diffstat (limited to 'net/wu-ftpd/patches/patch-ah')
-rw-r--r-- | net/wu-ftpd/patches/patch-ah | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/wu-ftpd/patches/patch-ah b/net/wu-ftpd/patches/patch-ah new file mode 100644 index 00000000000..46306834195 --- /dev/null +++ b/net/wu-ftpd/patches/patch-ah @@ -0,0 +1,7 @@ +$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 @@ + #endif ++#include <string.h> + #include <stdio.h> |