On 20-Sep-00 Poul-Henning Kamp wrote:
> 
> UNNEEDED #includes in the FreeBSD kernel

Err, how exactly are you generating these?

> i386/i386/db_interface.c
>               <sys/ktr.h>

If you compile a kernel with KTR and DDB. *bewm*
If you are using LINT for these tests, then it probably
means that the KTR #define's aren't in NOTES, which I'll
put on the todo list.
 
> i386/i386/synch_machdep.c
>               <ddb/ddb.h>

Err, if DDB is defined, this file looks at db_active, which
is declared in <ddb/ddb.h>

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to