summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/flow-tools/files/flow-tools-0.68-249449-amd64.patch')
-rw-r--r--net-analyzer/flow-tools/files/flow-tools-0.68-249449-amd64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/flow-tools/files/flow-tools-0.68-249449-amd64.patch b/net-analyzer/flow-tools/files/flow-tools-0.68-249449-amd64.patch
new file mode 100644
index 000000000000..a1336d278466
--- /dev/null
+++ b/net-analyzer/flow-tools/files/flow-tools-0.68-249449-amd64.patch
@@ -0,0 +1,13 @@
+--- flow-tools-0.68/lib/ftlib.h.orig 2005-05-10 18:51:33.000000000 +0300
++++ flow-tools-0.68/lib/ftlib.h 2009-09-21 17:36:37.000000000 +0300
+@@ -416,8 +416,8 @@
+ };
+
+ struct fttime {
+- u_int32 secs;
+- u_int32 msecs;
++ time_t secs;
++ time_t msecs;
+ };
+
+ struct ftver {