Date: Wed, 12 Dec 2001 14:46:56 -0800 (PST) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tcopy Makefile tcopy.c Message-ID: <200112122246.fBCMkuH95544@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2001/12/12 14:46:56 PST Modified files: usr.bin/tcopy Makefile tcopy.c Log: Fix the time of an intmax_t calculation; it is unsigned. Also print it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR. Revision Changes Path 1.2 +2 -0 src/usr.bin/tcopy/Makefile 1.11 +1 -1 src/usr.bin/tcopy/tcopy.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?200112122246.fBCMkuH95544>