aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arpwatch/files/patch-aa')
-rw-r--r--net-mgmt/arpwatch/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch/files/patch-aa b/net-mgmt/arpwatch/files/patch-aa
new file mode 100644
index 000000000000..990e0b88b273
--- /dev/null
+++ b/net-mgmt/arpwatch/files/patch-aa
@@ -0,0 +1,18 @@
+*** arpwatch.c.orig Thu Jan 2 04:57:42 1997
+--- arpwatch.c Sun Mar 30 13:21:09 1997
+***************
+*** 43,48 ****
+--- 43,55 ----
+ #endif
+ #include <net/if.h>
+
++ #ifdef __FreeBSD__
++ #include <osreldate.h>
++ #if __FreeBSD_version >= 199702
++ #include <net/if_var.h>
++ #endif
++ #endif
++
+ #include <netinet/in.h>
+ #include <netinet/if_ether.h>
+