From owner-cvs-all Sun Aug 8 7:13:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC5C14F3C; Sun, 8 Aug 1999 07:13:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA63493; Sun, 8 Aug 1999 07:11:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908081411.HAA63493@freefall.freebsd.org> From: Bruce Evans Date: Sun, 8 Aug 1999 07:11:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/08 07:11:04 PDT Modified files: sys/dev/vinum vinumio.c Log: Fixed all printf format errors reported by gcc -Wformat on i386's: - %q -> %ll. Fixed nearby errors not reported by gcc -Wformat on i386's: - don't assume that the promotion of [u_]int64_t is [u_]quad_t. - don't use signed formats for unsigned args. Revision Changes Path 1.34 +8 -8 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message