Date: Sat, 17 Nov 2001 15:54:56 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Ian Dowse <iedowse@FreeBSD.org> 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 Message-ID: <Pine.BSF.4.21.0111171553110.19240-100000@InterJet.elischer.org> In-Reply-To: <200111172348.fAHNmLD40995@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0111171553110.19240-100000>