diff options
Diffstat (limited to 'net/freeradius/patches/patch-aa')
-rw-r--r-- | net/freeradius/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/freeradius/patches/patch-aa b/net/freeradius/patches/patch-aa new file mode 100644 index 00000000000..691a9eae2bc --- /dev/null +++ b/net/freeradius/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2006/02/05 15:34:09 adrianp Exp $ + +--- src/modules/rlm_otp/otp_state.c.orig 2006-01-10 14:33:16.000000000 +0000 ++++ src/modules/rlm_otp/otp_state.c +@@ -35,7 +35,7 @@ + #include <fcntl.h> + #include <unistd.h> + #include <sys/socket.h> +-#if defined(__linux__) || defined(__APPLE__) ++#if defined(__linux__) || defined(__APPLE__) || defined(__NetBSD__) + #include <sys/un.h> + #endif + |