aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-18 03:12:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-18 03:12:39 +0000
commit82c3aa5fda6f47eaad648be4aaef299684363d9a (patch)
tree1bfa28435d0a7a517719eac130922797e68aa8e9 /net-mgmt/arpwatch-devel
parent8ee2f98e9c993dbc0a956466a3df048320ccdb94 (diff)
downloadports-82c3aa5fda6f47eaad648be4aaef299684363d9a.tar.gz
ports-82c3aa5fda6f47eaad648be4aaef299684363d9a.zip
Version 3.0 is denoted by 300000 now.
Notes
Notes: svn path=/head/; revision=6483
Diffstat (limited to 'net-mgmt/arpwatch-devel')
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-aa2
1 files changed, 1 insertions, 1 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