In article <[EMAIL PROTECTED]> you 
wrote:
> Not sure if this is related to the recent commit of DEVFS code, but a
> build of both the GERNERIC kernel and a custom kernel from a very recent
> (last few hours) cvsup of -current failed during the 'make depend' with
> an error trying to include "opt_devfs.h".

        .....

> Commenting out the line: #include "opt_devfs.h" from 
> src/sys/dev/md/md.c got rid of this error, although
> I am not sure that this is the correct fix.
        
        I can successfully {build,install}kernel
(without DEVFS option configured) with the next patch:
        
        N.Dudorov
 
Index: src/sys/modules/md/Makefile
===================================================================
RCS file: /store/CVS/src/sys/modules/md/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
5c5
< SRCS= md.c opt_mfs.h opt_md.h
---
> SRCS= md.c opt_mfs.h opt_md.h opt_devfs.h


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

Reply via email to