aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-aa2
-rw-r--r--net-mgmt/arpwatch/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/arpwatch-devel/files/patch-aa b/net-mgmt/arpwatch-devel/files/patch-aa
index 990e0b88b273..4dcbce3db439 100644
--- a/net-mgmt/arpwatch-devel/files/patch-aa
+++ b/net-mgmt/arpwatch-devel/files/patch-aa
@@ -8,7 +8,7 @@
+ #ifdef __FreeBSD__
+ #include <osreldate.h>
-+ #if __FreeBSD_version >= 199702
++ #if __FreeBSD_version >= 300000
+ #include <net/if_var.h>
+ #endif
+ #endif
diff --git a/net-mgmt/arpwatch/files/patch-aa b/net-mgmt/arpwatch/files/patch-aa
index 990e0b88b273..4dcbce3db439 100644
--- a/net-mgmt/arpwatch/files/patch-aa
+++ b/net-mgmt/arpwatch/files/patch-aa
@@ -8,7 +8,7 @@
+ #ifdef __FreeBSD__
+ #include <osreldate.h>
-+ #if __FreeBSD_version >= 199702
++ #if __FreeBSD_version >= 300000
+ #include <net/if_var.h>
+ #endif
+ #endif