diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-18 03:12:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-18 03:12:39 +0000 |
commit | 82c3aa5fda6f47eaad648be4aaef299684363d9a (patch) | |
tree | 1bfa28435d0a7a517719eac130922797e68aa8e9 /net-mgmt | |
parent | Check to make sure that the "gnats" subdirectory is a true (diff) |
Version 3.0 is denoted by 300000 now.
Notes
Notes:
svn path=/head/; revision=6483
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch-devel/files/patch-aa | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/files/patch-aa | 2 |
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 |