diff options
Diffstat (limited to 'net/radius/patches/patch-ac')
-rw-r--r-- | net/radius/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/radius/patches/patch-ac b/net/radius/patches/patch-ac new file mode 100644 index 00000000000..a45429edc5e --- /dev/null +++ b/net/radius/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/03/22 03:15:09 kim Exp $ + +--- src/rad.ftp.c.orig Sat Oct 10 16:17:47 1998 ++++ src/rad.ftp.c Sun Mar 21 19:56:35 1999 +@@ -3,6 +3,8 @@ + + /* this file still needs to be proof-read for cross-platform compatibility */ + ++#include <sys/types.h> ++ + /* used by ???*/ + #include <sys/ioctl.h> + |