Date: Sun, 8 Aug 1999 06:22:06 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vnops.c Message-ID: <199908081322.GAA61320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908081322.GAA61320>
