summaryrefslogtreecommitdiff
path: root/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c')
-rw-r--r--security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c b/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c
new file mode 100644
index 000000000000..4d1ad96b321d
--- /dev/null
+++ b/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c
@@ -0,0 +1,28 @@
+--- src/racoon/isakmp_cfg.c
++++ src/racoon/isakmp_cfg.c
+@@ -38,7 +38,9 @@
+ #include <sys/socket.h>
+ #include <sys/queue.h>
+
++#if __FreeBSD_version >= 900007
+ #include <utmpx.h>
++#endif
+ #if defined(__APPLE__) && defined(__MACH__)
+ #include <util.h>
+ #endif
+@@ -1663,6 +1665,7 @@
+ char *usr;
+ int inout;
+ {
++#if __FreeBSD_version >= 900007
+ int error = 0;
+ struct utmpx ut;
+ char addr[NI_MAXHOST];
+@@ -1706,6 +1709,7 @@
+ plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");
+ break;
+ }
++#endif
+
+ return 0;
+ }