diff options
author | kris <kris@FreeBSD.org> | 2002-06-03 10:19:16 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-06-03 10:19:16 +0000 |
commit | 2c83a6dacd3fa8199b43af6ed4a0f87293aeb4e7 (patch) | |
tree | 43181efc01c16e7b3bad35c434fd84ec89296983 /security | |
parent | 35c67ca5f5290dc1e274686645ddfb9062afb5cb (diff) | |
download | FreeBSD-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-aa | 11 |
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) |