aboutsummaryrefslogtreecommitdiffstats
path: root/misc/logsurfer
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1998-06-08 21:59:35 +0800
committercracauer <cracauer@FreeBSD.org>1998-06-08 21:59:35 +0800
commit9f46f7f34a85de7d1f4600c7aadef79b8360c190 (patch)
tree33931b4720b81aecbdd7d8ddeb4b02ac2dfbfb96 /misc/logsurfer
parent13fca5b2abf9b25986d1087c70bfba226afa3193 (diff)
downloadfreebsd-ports-gnome-9f46f7f34a85de7d1f4600c7aadef79b8360c190.tar.gz
freebsd-ports-gnome-9f46f7f34a85de7d1f4600c7aadef79b8360c190.tar.zst
freebsd-ports-gnome-9f46f7f34a85de7d1f4600c7aadef79b8360c190.zip
Update to 0.9beta1.
This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway.
Diffstat (limited to 'misc/logsurfer')
0 files changed, 0 insertions, 0 deletions