From owner-cvs-all Sat Nov 17 16: 0:27 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 176C337B418; Sat, 17 Nov 2001 16:00:13 -0800 (PST) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA20144; Sat, 17 Nov 2001 15:54:58 -0800 (PST) Date: Sat, 17 Nov 2001 15:54:56 -0800 (PST) From: Julian Elischer To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c pass1.c pass2.c pass3.c pass5.c setup.c utilities.c In-Reply-To: <200111172348.fAHNmLD40995@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Ian, One of the guys who used to work at my present place rewrote a lot of fsck (unfortunatly 4.3 version) Are you ointerested in seeing what he did? (It's for working on huge filesystems) Julian (I'd like to get as much of it inthe generic rather than have to run our own....) On Sat, 17 Nov 2001, Ian Dowse wrote: > iedowse 2001/11/17 15:48:21 PST > > Modified files: > sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c > pass1.c pass2.c pass3.c pass5.c setup.c > utilities.c > Log: > Fix a large number of -Wall, -Wformat and -W compiler warnings. > These were mainly missing casts or wrong format strings in printf > statements, but there were also missing includes, unused variables, > functions and arguments. > > The choice of `long' vs `int' still seems almost random in a lot > of places though. > > Revision Changes Path > 1.19 +3 -3 src/sbin/fsck_ffs/dir.c > 1.21 +7 -6 src/sbin/fsck_ffs/fsck.h > 1.8 +3 -16 src/sbin/fsck_ffs/fsutil.c > 1.26 +5 -5 src/sbin/fsck_ffs/inode.c > 1.28 +13 -16 src/sbin/fsck_ffs/main.c > 1.24 +9 -7 src/sbin/fsck_ffs/pass1.c > 1.14 +2 -2 src/sbin/fsck_ffs/pass2.c > 1.10 +5 -4 src/sbin/fsck_ffs/pass3.c > 1.23 +6 -5 src/sbin/fsck_ffs/pass5.c > 1.26 +4 -2 src/sbin/fsck_ffs/setup.c > 1.18 +3 -3 src/sbin/fsck_ffs/utilities.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message