aboutsummaryrefslogtreecommitdiffstats
path: root/net/cap/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/cap/files/patch-ah')
-rw-r--r--net/cap/files/patch-ah13
1 files changed, 10 insertions, 3 deletions
diff --git a/net/cap/files/patch-ah b/net/cap/files/patch-ah
index 4c2874937d18..77553f4dd0d5 100644
--- a/net/cap/files/patch-ah
+++ b/net/cap/files/patch-ah
@@ -1,10 +1,17 @@
---- support/uab/aarp.c.orig Thu Jan 9 07:45:00 1997
-+++ support/uab/aarp.c Thu Jan 9 07:49:45 1997
-@@ -40,6 +40,7 @@
+--- support/uab/aarp.c.orig Tue Jan 14 11:11:30 1997
++++ support/uab/aarp.c Tue Jan 14 13:31:06 1997
+@@ -40,6 +40,14 @@
#ifdef pyr
#include <netinet/in_ether.h>
#else pyr
++#ifdef __FreeBSD__
++#if __FreeBSD__ >= 2
++#include <osreldate.h>
++#endif
++#if __FreeBSD_version >= 199702
+#include <net/if_var.h>
++#endif
++#endif /*__FreeBSD__*/
#include <netinet/if_ether.h>
#endif pyr