diff options
author | asami <asami@FreeBSD.org> | 1997-05-18 03:12:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-18 03:12:39 +0000 |
commit | a31fb7ed4be168255f962e12a969dbe44fdbdf52 (patch) | |
tree | f72a7601b7140ca491bc57ead5c91c9a581b2c69 /net/arpwatch | |
parent | 015ac13d01300d09cdb349b85c4d28f3fe6b8990 (diff) | |
download | FreeBSD-ports-a31fb7ed4be168255f962e12a969dbe44fdbdf52.zip FreeBSD-ports-a31fb7ed4be168255f962e12a969dbe44fdbdf52.tar.gz |
Version 3.0 is denoted by 300000 now.
Diffstat (limited to 'net/arpwatch')
-rw-r--r-- | net/arpwatch/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arpwatch/files/patch-aa b/net/arpwatch/files/patch-aa index 990e0b8..4dcbce3 100644 --- a/net/arpwatch/files/patch-aa +++ b/net/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 |