diff options
Diffstat (limited to 'net/cap/files')
-rw-r--r-- | net/cap/files/patch-ad | 2 | ||||
-rw-r--r-- | net/cap/files/patch-ah | 2 |
2 files changed, 2 insertions, 2 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__*/ diff --git a/net/cap/files/patch-ah b/net/cap/files/patch-ah index 77553f4dd0d5..af5ed3fc243d 100644 --- a/net/cap/files/patch-ah +++ b/net/cap/files/patch-ah @@ -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__*/ |