From owner-cvs-all Sun Aug 8 6:26: 0 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 47E9814DFD; Sun, 8 Aug 1999 06:25:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61320; Sun, 8 Aug 1999 06:22:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908081322.GAA61320@freefall.freebsd.org> From: Bruce Evans Date: Sun, 8 Aug 1999 06:22:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/08 06:22:06 PDT Modified files: sys/coda coda_vnops.c Log: Fixed all printf format errors reported by gcc -Wformat on i386's: - %q -> %ll; don't assume that the promotion of off_t is quad_t; only assume that off_t's are representable as long longs. - printing of dev_t's was completely broken. Fixed nearby printf format errors not reported by gcc -Wformat on i386's: - printing of ino_t's and pointers was sloppy. Revision Changes Path 1.17 +16 -10 src/sys/coda/coda_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message