From owner-cvs-all Sat Apr 13 3:32:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A0CF37B41B; Sat, 13 Apr 2002 03:32:37 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3DAWbm40923; Sat, 13 Apr 2002 03:32:37 -0700 (PDT) (envelope-from asmodai) Message-Id: <200204131032.g3DAWbm40923@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sat, 13 Apr 2002 03:32:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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