aboutsummaryrefslogtreecommitdiff
path: root/net/cap
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-02-21 08:48:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-02-21 08:48:03 +0000
commit62ca955f04ec798e2b9391c80a53b438eb5a511a (patch)
treec8c1d162d15b124a3ae17bc03b46f47aff92a82a /net/cap
parentc5777122e6247058e38711e9c5c59cf33c997863 (diff)
downloadports-62ca955f04ec798e2b9391c80a53b438eb5a511a.tar.gz
ports-62ca955f04ec798e2b9391c80a53b438eb5a511a.zip
Notes
Diffstat (limited to 'net/cap')
-rw-r--r--net/cap/files/patch-ad2
-rw-r--r--net/cap/files/patch-ah2
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__*/