diff options
author | tron <tron> | 2000-08-06 15:35:10 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-06 15:35:10 +0000 |
commit | 31ec3258586ca10205c463633e0ea66c63fd7b9a (patch) | |
tree | c0937dddb240b84513a6dda22abe3a8663f9de2a /net/radius/patches | |
parent | 6d393128701fccfa9078734d4ef79347d1466d0c (diff) | |
download | pkgsrc-31ec3258586ca10205c463633e0ea66c63fd7b9a.tar.gz |
Make this build under NetBSD newer than 1.5.
Diffstat (limited to 'net/radius/patches')
-rw-r--r-- | net/radius/patches/patch-ad | 18 | ||||
-rw-r--r-- | net/radius/patches/patch-af | 12 |
2 files changed, 25 insertions, 5 deletions
diff --git a/net/radius/patches/patch-ad b/net/radius/patches/patch-ad index 91cd7d05ca3..c778cba5dd5 100644 --- a/net/radius/patches/patch-ad +++ b/net/radius/patches/patch-ad @@ -1,8 +1,16 @@ -$NetBSD: patch-ad,v 1.1.1.1 1999/03/22 03:15:09 kim Exp $ +$NetBSD: patch-ad,v 1.2 2000/08/06 15:35:10 tron Exp $ ---- src/rad.skey.c.orig Sat Oct 10 16:18:08 1998 -+++ src/rad.skey.c Sun Mar 21 21:26:32 1999 -@@ -75,11 +75,15 @@ +--- src/rad.skey.c.orig Sat Oct 10 22:18:08 1998 ++++ src/rad.skey.c Sun Aug 6 17:32:58 2000 +@@ -2,6 +2,7 @@ + /* Bradley Urberg Carlson <bradley@mr.net> */ + + #include <stdio.h> ++#include <sys/types.h> + #include <netinet/in.h> + #include <syslog.h> + #include <sys/param.h> +@@ -75,11 +76,15 @@ *ptr = NULL; } @@ -18,7 +26,7 @@ $NetBSD: patch-ad,v 1.1.1.1 1999/03/22 03:15:09 kim Exp $ { dprintf(2, (LOG_DAEMON, LOG_DEBUG, "%s: skeylookup failed.", func)); return EV_NAK; -@@ -92,7 +96,9 @@ +@@ -92,7 +97,9 @@ } reply_sprintf (0, authreq, "%s", challenge); return EV_NAK; diff --git a/net/radius/patches/patch-af b/net/radius/patches/patch-af new file mode 100644 index 00000000000..d2e026886df --- /dev/null +++ b/net/radius/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2000/08/06 15:35:10 tron Exp $ + +--- src/rad.simult.c.orig Sun Aug 29 22:45:31 1999 ++++ src/rad.simult.c Sun Aug 6 17:31:41 2000 +@@ -2,6 +2,7 @@ + /* Bradley Carlson <bradley@onvoy.com> */ + + #include <stdio.h> ++#include <sys/types.h> + #include <netinet/in.h> + #include <syslog.h> + #include <sys/param.h> |