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/arpwatch | |
parent | 8ee2f98e9c993dbc0a956466a3df048320ccdb94 (diff) | |
download | ports-82c3aa5fda6f47eaad648be4aaef299684363d9a.tar.gz ports-82c3aa5fda6f47eaad648be4aaef299684363d9a.zip |
Notes
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r-- | net-mgmt/arpwatch/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
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 |