From owner-cvs-all Sat Oct 5 20:20:28 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 EA4EC37B401; Sat, 5 Oct 2002 20:20:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA2743E42; Sat, 5 Oct 2002 20:20:27 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g963KRCo047617; Sat, 5 Oct 2002 20:20:27 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g963KRLU047612; Sat, 5 Oct 2002 20:20:27 -0700 (PDT) Message-Id: <200210060320.g963KRLU047612@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 5 Oct 2002 20:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax Makefile ar_io.c cpio.c gen_subs.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 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