From owner-cvs-all Mon Oct 9 2:21: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B156737B502; Mon, 9 Oct 2000 02:21:05 -0700 (PDT) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66454; Mon, 9 Oct 2000 02:21:05 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Message-Id: <200010090921.CAA66454@freefall.freebsd.org> From: Adrian Chadd Date: Mon, 9 Oct 2000 02:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsutil.c Makefile utilities.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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