From owner-cvs-all Wed Jul 31 5: 3:11 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 C23EC37B4A7; Wed, 31 Jul 2002 05:03:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F8343E6A; Wed, 31 Jul 2002 05:02:34 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VC1EJU023460; Wed, 31 Jul 2002 05:01:14 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VC1EVN023459; Wed, 31 Jul 2002 05:01:14 -0700 (PDT) Message-Id: <200207311201.g6VC1EVN023459@freefall.freebsd.org> From: Maxime Henrion Date: Wed, 31 Jul 2002 05:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsutil.c inode.c main.c pass1.c pass2.c setup.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 mux 2002/07/31 05:01:14 PDT Modified files: sbin/fsck_ffs fsutil.c inode.c main.c pass1.c pass2.c setup.c Log: Fix a bunch of format string warnings which broke the sparc64 build. Tested on: sparc64, i386 Revision Changes Path 1.16 +6 -5 src/sbin/fsck_ffs/fsutil.c 1.33 +2 -2 src/sbin/fsck_ffs/inode.c 1.35 +9 -6 src/sbin/fsck_ffs/main.c 1.33 +15 -13 src/sbin/fsck_ffs/pass1.c 1.20 +8 -7 src/sbin/fsck_ffs/pass2.c 1.35 +3 -2 src/sbin/fsck_ffs/setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message