From owner-cvs-all Mon Apr 8 3:39:20 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 D10DF37B405; Mon, 8 Apr 2002 03:39:12 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g38AdCw61505; Mon, 8 Apr 2002 03:39:12 -0700 (PDT) (envelope-from asmodai) Message-Id: <200204081039.g38AdCw61505@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 8 Apr 2002 03:39:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys malloc.h 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/08 03:39:12 PDT Modified files: usr.bin/vmstat vmstat.c Log: Change totreq to uint64_t from a long (the PR has an int64_t, which didn't make sense to me) and change the printf argument from %8ld to %20llu to accompany the printing of the totals. Realigned the header printed above it as well. PR: 32342 Submitted by: ryan beasley Reviewed by: jeff, Tim J Robbins Revision Changes Path 1.55 +4 -3 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message