aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort/files/patch-flow_stat.h
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-12-20 07:20:22 +0800
committersergei <sergei@FreeBSD.org>2003-12-20 07:20:22 +0800
commitb1958d96f172e92197f55288b3f4528a212c7c8c (patch)
tree79c5dfe43e17f87c19eb82e86e71a7b5847601cb /security/snort/files/patch-flow_stat.h
parent43b7777539fef5079ae0e37d0cd9b8c35ce62556 (diff)
downloadfreebsd-ports-graphics-b1958d96f172e92197f55288b3f4528a212c7c8c.tar.gz
freebsd-ports-graphics-b1958d96f172e92197f55288b3f4528a212c7c8c.tar.zst
freebsd-ports-graphics-b1958d96f172e92197f55288b3f4528a212c7c8c.zip
- Update to 2.1.0 [1]
- Install some additional documentation [1] - Fix WITH_MYSQL, WITH_ODBC and WITH_POSTGRES knobs [2] PR: 60400 [1], 59445 [2] Submitted by: Nicolas Jombart <ecu@ipv42.net> [1], Ken Stailey <kstailey@yahoo.com> [2]
Diffstat (limited to 'security/snort/files/patch-flow_stat.h')
-rw-r--r--security/snort/files/patch-flow_stat.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/snort/files/patch-flow_stat.h b/security/snort/files/patch-flow_stat.h
new file mode 100644
index 00000000000..a218bda2581
--- /dev/null
+++ b/security/snort/files/patch-flow_stat.h
@@ -0,0 +1,17 @@
+--- src/preprocessors/flow/flow_stat.h.orig Fri Dec 19 14:37:49 2003
++++ src/preprocessors/flow/flow_stat.h Fri Dec 19 14:39:27 2003
+@@ -2,8 +2,13 @@
+ #define _FLOW_STAT_H
+
+ #include <stdio.h>
+-#include <stdint.h>
+ #include <time.h>
++
++#if HAVE_STDINT_H
++ #include <stdint.h>
++#else
++ #include <inttypes.h>
++#endif
+
+ #include "flow.h"
+