Date: Mon, 9 Oct 2000 02:21:05 -0700 (PDT) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsutil.c Makefile utilities.c Message-ID: <200010090921.CAA66454@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2000/10/09 02:21:05 PDT Modified files: sbin/fsck_ffs Makefile utilities.c Added files: sbin/fsck_ffs fsutil.c Log: Some missed magic in the fsck wrapper commit which is required by other utilities which use bits of fsck_ffs - namely quotacheck and fsdb. In depth, utilities.c contains blockcheck() which is needed by both, but also a slew of routines which require bits of the FFS code to be compiled in. This breaks the fs-specific and non-fs-specific code up into two files (well, blockcheck() is the only routine in utilities.c, that'll change later) which makes building fsck_ffs, quotacheck and fsdb work yet again. (You won't find commits to fsdb and quotacheck here before I haven't committed the post-fsck-wrappers version of them yet.) Revision Changes Path 1.7 +2 -2 src/sbin/fsck_ffs/Makefile 1.14 +1 -632 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?200010090921.CAA66454>