From owner-freebsd-bugs Wed Jan 19 8:20: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 387C714EFD for ; Wed, 19 Jan 2000 08:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01562; Wed, 19 Jan 2000 08:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 19 Jan 2000 08:20:02 -0800 (PST) Message-Id: <200001191620.IAA01562@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Capo Subject: Re: bin/16206: PATCH: vmstat column alignment, %ll not supported in -stable Reply-To: John Capo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16206; it has been noted by GNATS. From: John Capo To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/16206: PATCH: vmstat column alignment, %ll not supported in -stable Date: Wed, 19 Jan 2000 11:17:52 -0500 Quoting John Capo (jc@irbs.com): > + (void)printf("Total %10qu %8qu\n", inttotal, > + inttotal / uptime); I should have made the Total field width larger, perhaps very large. (void)printf("Total%18qu %8qu\n", inttotal, A field width of 10 overflows on several of my machines. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message