Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 1998 03:05:25 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, jhay@FreeBSD.ORG
Cc:        v@godzilla.zeta.org.au
Subject:   Re: cvs commit: src/sbin/fsck Makefile src/sbin/fsdb Makefile
Message-ID:  <199802051605.DAA12131@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    sbin/fsck            Makefile 
>    sbin/fsdb            Makefile 
>  Log:
>  fsdb and fsck use the ffs code which needs opt_diagnostic.h.

The ffs code shouldn't include opt_diagnostic.h unless KERNEL is defined.
In fact, it shouldn't include opt_diagnostic.h or test DIAGNOSTIC or
KERNEL at all.  The relevant diagnostic code is only callable from a
debugger, so it should only depend on DDB.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802051605.DAA12131>