From owner-cvs-sbin Thu Feb 5 06:33:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26438 for cvs-sbin-outgoing; Thu, 5 Feb 1998 06:33:01 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26260; Thu, 5 Feb 1998 06:31:47 -0800 (PST) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28168; Thu, 5 Feb 1998 06:31:06 -0800 (PST) Date: Thu, 5 Feb 1998 06:31:06 -0800 (PST) Message-Id: <199802051431.GAA28168@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck Makefile src/sbin/fsdb Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 1998/02/05 06:31:06 PST Modified files: sbin/fsck Makefile sbin/fsdb Makefile Log: fsdb and fsck use the ffs code which needs opt_diagnostic.h. Revision Changes Path 1.4 +7 -2 src/sbin/fsck/Makefile 1.7 +8 -3 src/sbin/fsdb/Makefile