diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-03 10:19:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-03 10:19:16 +0000 |
commit | a9a11d2607812b4c9b13903fb49573c12ffbcd54 (patch) | |
tree | 146db79aee6df909a7f3d7753006b224f21d65aa /security | |
parent | 6cf16b507116560c5e4684e4870cfc58f655069f (diff) | |
download | ports-a9a11d2607812b4c9b13903fb49573c12ffbcd54.tar.gz ports-a9a11d2607812b4c9b13903fb49573c12ffbcd54.zip |
Notes
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 000000000000..fdd36588b4f8 --- /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) |