From owner-cvs-all Wed Dec 12 14:47: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 653F237B405; Wed, 12 Dec 2001 14:46:56 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCMkuH95544; Wed, 12 Dec 2001 14:46:56 -0800 (PST) (envelope-from markm) Message-Id: <200112122246.fBCMkuH95544@freefall.freebsd.org> From: Mark Murray Date: Wed, 12 Dec 2001 14:46:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tcopy Makefile tcopy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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