diff options
Diffstat (limited to 'security/snort/files/patch-util_net.h')
-rw-r--r-- | security/snort/files/patch-util_net.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/snort/files/patch-util_net.h b/security/snort/files/patch-util_net.h deleted file mode 100644 index 3ad1689cf718..000000000000 --- a/security/snort/files/patch-util_net.h +++ /dev/null @@ -1,16 +0,0 @@ ---- src/sfutil/util_net.h.orig Fri Dec 19 14:32:47 2003 -+++ src/sfutil/util_net.h Fri Dec 19 14:34:31 2003 -@@ -11,7 +11,12 @@ - #ifndef _UTIL_NET_H - #define _UTIL_NET_H - --#include <stdint.h> -+ -+#if HAVE_STDINT_H -+ #include <stdint.h> -+#else -+ #include <inttypes.h> -+#endif - - char *inet_ntoax(uint32_t ip); - char * mktcpflag_str(int flags); |