Date: Sat, 13 Apr 2002 03:32:37 -0700 (PDT) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Message-ID: <200204131032.g3DAWbm40923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asmodai 2002/04/13 03:32:37 PDT Modified files: usr.bin/vmstat vmstat.c Log: Fix a missed conversion of lld to llu for the uint64_t ks_calls and cast to unsigned long long. Don't be too overzealous with the printing of ks_calls in the total statistics, cut back from 20 to 13 positions to print (which should last a couple of years easily (20 digits is enough for 3168 years of calls at a measly billion (10^9) calls per second.)). Submitted by: bde Revision Changes Path 1.57 +7 -6 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204131032.g3DAWbm40923>