Date: Sat, 5 Oct 2002 20:20:27 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax Makefile ar_io.c cpio.c gen_subs.c Message-ID: <200210060320.g963KRLU047612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/05 20:20:27 PDT Modified files: bin/pax Makefile ar_io.c cpio.c gen_subs.c Log: Fix format string errors relating mainly to the use of %qu to print off_t's. Instead use %ju and cast the argument. WFORMAT=0 is still required in the Makefile because gcc warns about some strftime() calls (I don't think this behaviour is useful.) Tested on: sparc64, alpha, i386 Revision Changes Path 1.10 +0 -1 src/bin/pax/Makefile 1.21 +10 -5 src/bin/pax/ar_io.c 1.19 +3 -2 src/bin/pax/cpio.c 1.21 +2 -1 src/bin/pax/gen_subs.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?200210060320.g963KRLU047612>