diff options
Diffstat (limited to 'security/snort/files/patch-event_wrapper.h')
-rw-r--r-- | security/snort/files/patch-event_wrapper.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/snort/files/patch-event_wrapper.h b/security/snort/files/patch-event_wrapper.h deleted file mode 100644 index 2ecabc7d4187..000000000000 --- a/security/snort/files/patch-event_wrapper.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/event_wrapper.h.orig Fri Dec 19 14:37:32 2003 -+++ src/event_wrapper.h Fri Dec 19 14:38:49 2003 -@@ -1,7 +1,11 @@ - #ifndef _EVENT_WRAPPER_H - #define _EVENT_WRAPPER_H - --#include <stdint.h> -+#if HAVE_STDINT_H -+ #include <stdint.h> -+#else -+ #include <inttypes.h> -+#endif - - #include "log.h" - #include "detect.h" |