summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-02-12 15:43:29 +0000
committerJeroen Roovers <jer@gentoo.org>2010-02-12 15:43:29 +0000
commit650ce5eb2c2f2e24fe07de480e6f7b4f380a2d4a (patch)
treeab04cb19be313157fab21c757719730a31a8ae67 /net-analyzer/flow-tools/files
parentStable for HPPA too. (diff)
downloadhistorical-650ce5eb2c2f2e24fe07de480e6f7b4f380a2d4a.tar.gz
historical-650ce5eb2c2f2e24fe07de480e6f7b4f380a2d4a.tar.bz2
historical-650ce5eb2c2f2e24fe07de480e6f7b4f380a2d4a.zip
Fix timestamp output thanks to Mirek Kratochvil and Oleg Gawriloff (bug #249449).
Package-Manager: portage-2.2_rc62/cvs/Linux i686
Diffstat (limited to 'net-analyzer/flow-tools/files')
-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 {