From owner-cvs-all Sun Jul 7 17:29:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9497537B400; Sun, 7 Jul 2002 17:29:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462F543E31; Sun, 7 Jul 2002 17:29:24 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g680TOJU069099; Sun, 7 Jul 2002 17:29:24 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g680TOoJ069098; Sun, 7 Jul 2002 17:29:24 -0700 (PDT) Message-Id: <200207080029.g680TOoJ069098@freefall.freebsd.org> From: Ian Dowse Date: Sun, 7 Jul 2002 17:29:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump itime.c main.c tape.c traverse.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 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