summaryrefslogtreecommitdiff
path: root/security/snort/files/patch-flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/snort/files/patch-flow.h')
-rw-r--r--security/snort/files/patch-flow.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/snort/files/patch-flow.h b/security/snort/files/patch-flow.h
deleted file mode 100644
index 4be911446e7d..000000000000
--- a/security/snort/files/patch-flow.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/preprocessors/flow/flow.h.orig Fri Dec 19 14:43:23 2003
-+++ src/preprocessors/flow/flow.h Fri Dec 19 14:43:48 2003
-@@ -1,7 +1,11 @@
- #ifndef _FLOW_H
- #define _FLOW_H
-
--#include <stdint.h>
-+#if HAVE_STDINT_H
-+ #include <stdint.h>
-+#else
-+ #include <inttypes.h>
-+#endif
-
- #include "flow_error.h"
- #include "util_math.h"