diff options
author | demon <demon@FreeBSD.org> | 2003-06-02 14:56:48 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-06-02 14:56:48 +0800 |
commit | 2098298db1dc37edffff373391909043dcc15f52 (patch) | |
tree | 56abc3f9110044a32b8435cde33abc5ce4765f17 /net-mgmt/mrtg/files | |
parent | 891982ef214b05ec34222fdfccabe61e7299de22 (diff) | |
download | freebsd-ports-gnome-2098298db1dc37edffff373391909043dcc15f52.tar.gz freebsd-ports-gnome-2098298db1dc37edffff373391909043dcc15f52.tar.zst freebsd-ports-gnome-2098298db1dc37edffff373391909043dcc15f52.zip |
Update to version 2.9.29.
Submitted by: Andrew A. Vasilyev <andy@demos.su>
Diffstat (limited to 'net-mgmt/mrtg/files')
-rw-r--r-- | net-mgmt/mrtg/files/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/net-mgmt/mrtg/files/patch-aa b/net-mgmt/mrtg/files/patch-aa index cef552e65d13..a1732e98acba 100644 --- a/net-mgmt/mrtg/files/patch-aa +++ b/net-mgmt/mrtg/files/patch-aa @@ -1,8 +1,17 @@ ---- src/rateup.c.orig Sat Oct 19 05:06:55 2002 -+++ src/rateup.c Mon Feb 10 22:55:06 2003 -@@ -830,12 +830,14 @@ +--- src/rateup.c.orig Sat Apr 12 15:41:20 2003 ++++ src/rateup.c Mon Jun 2 10:42:04 2003 +@@ -62,7 +62,7 @@ + #ifdef __MINGW32_VERSION + #define LLD "%I64d" + #else +-#define LLD "%lld" ++#define LLD "%qd" + #endif + + /* WATCOM C/C++ 10.6 under Win95/NT */ +@@ -840,12 +840,14 @@ char *file; struct HISTORY *hist; - unsigned long rd[5]; + long long rd[5]; time_t cur; + long lasttime; |