From owner-cvs-all Sat May 25 4:12:34 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 8C0D737B405; Sat, 25 May 2002 04:12:31 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4PBCVt45785; Sat, 25 May 2002 04:12:31 -0700 (PDT) (envelope-from bde) Message-Id: <200205251112.g4PBCVt45785@freefall.freebsd.org> From: Bruce Evans Date: Sat, 25 May 2002 04:12:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.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 bde 2002/05/25 04:12:31 PDT Modified files: sys/dev/vinum vinumrequest.c Log: "Fixed" printf format errors (64-bit daddr_t casualties; should use %jx instead of %llx when %j is available). Changed nearby output formats from %x to %#x so that it is obvious that the numbers are in hex (vinum mostly uses 0x%x elsewhere). Didn't fix nearby format printf errors (long lines). Revision Changes Path 1.61 +4 -4 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message