Date: Sun, 7 Jul 2002 17:29:24 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump itime.c main.c tape.c traverse.c Message-ID: <200207080029.g680TOoJ069098@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/07/07 17:29:23 PDT Modified files: sbin/dump itime.c main.c tape.c traverse.c Log: Replace the use of %qd with intmax_t/%jd and fix a number of -Wall and -Wformat warnings: o Include timeconv.h for the time conversion functions. o Remove unused variables. o Correct a few cases where %d was used when printing longs. Revision Changes Path 1.13 +1 -0 src/sbin/dump/itime.c 1.38 +9 -8 src/sbin/dump/main.c 1.22 +1 -0 src/sbin/dump/tape.c 1.21 +12 -12 src/sbin/dump/traverse.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?200207080029.g680TOoJ069098>