summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-06-03 10:19:16 +0000
committerkris <kris@FreeBSD.org>2002-06-03 10:19:16 +0000
commit2c83a6dacd3fa8199b43af6ed4a0f87293aeb4e7 (patch)
tree43181efc01c16e7b3bad35c434fd84ec89296983 /security
parent35c67ca5f5290dc1e274686645ddfb9062afb5cb (diff)
downloadFreeBSD-ports-2c83a6dacd3fa8199b43af6ed4a0f87293aeb4e7.zip
FreeBSD-ports-2c83a6dacd3fa8199b43af6ed4a0f87293aeb4e7.tar.gz
#include <sys/param.h> instead of <machine/param.h> to fix build on
-current.
Diffstat (limited to 'security')
-rw-r--r--security/snort/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/snort/files/patch-aa b/security/snort/files/patch-aa
new file mode 100644
index 0000000..fdd3658
--- /dev/null
+++ b/security/snort/files/patch-aa
@@ -0,0 +1,11 @@
+--- plugbase.h.orig Mon Jun 3 03:06:52 2002
++++ plugbase.h Mon Jun 3 03:06:59 2002
+@@ -99,7 +99,7 @@
+ #endif
+
+ #if defined(FREEBSD) || defined(OPENBSD)
+- #include <machine/param.h>
++ #include <sys/param.h>
+ #endif
+
+ #if defined(SOLARIS)
OpenPOWER on IntegriCloud