diff options
Diffstat (limited to 'net-analyzer/snort/files/snort-2.0.2-gcc3.patch')
-rw-r--r-- | net-analyzer/snort/files/snort-2.0.2-gcc3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-analyzer/snort/files/snort-2.0.2-gcc3.patch b/net-analyzer/snort/files/snort-2.0.2-gcc3.patch deleted file mode 100644 index 972aee39c74a..000000000000 --- a/net-analyzer/snort/files/snort-2.0.2-gcc3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur snort-2.0.2/src/util.h snort-2.0.2-gentoo/src/util.h ---- snort-2.0.2/src/util.h 2003-03-27 09:59:30.000000000 +1200 -+++ snort-2.0.2-gentoo/src/util.h 2003-10-10 02:11:41.000000000 +1300 -@@ -39,6 +39,8 @@ - #include "strlcpyu.h" - #endif - -+#include <sys/types.h> -+ - extern u_long netmasks[33]; - - /* Self preservation memory control struct */ |