diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-02-21 08:48:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-02-21 08:48:03 +0000 |
commit | 62ca955f04ec798e2b9391c80a53b438eb5a511a (patch) | |
tree | c8c1d162d15b124a3ae17bc03b46f47aff92a82a /net/cap/files/patch-ad | |
parent | Not everyone has `.' in his $PATH. (diff) |
Update ports to new __FreeBSD_version numbering scheme (220000 for
2.2-RELEASE, 300000 for 3.0-current for now).
Diffstat (limited to 'net/cap/files/patch-ad')
-rw-r--r-- | net/cap/files/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cap/files/patch-ad b/net/cap/files/patch-ad index b84cd4c261e0..0073ed2a4f4e 100644 --- a/net/cap/files/patch-ad +++ b/net/cap/files/patch-ad @@ -8,7 +8,7 @@ +#if __FreeBSD__ >= 2 +#include <osreldate.h> +#endif -+#if __FreeBSD_version >= 199702 ++#if __FreeBSD_version >= 300000 +#include <net/if_var.h> +#endif +#endif /*__FreeBSD__*/ |