Date: Mon, 21 Aug 2000 14:04:45 +0700 (NOVST) From: Nickolay Dudorov <nnd@mail.nsk.ru> To: current@freebsd.org Subject: Re: none Message-ID: <200008210704.e7L74jm00251@wint.itfs.nsk.su> In-Reply-To: <Pine.BSF.4.21.0008202311050.214-100000@takhus-home.ashlandfn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.4.21.0008202311050.214-100000@takhus-home.ashlandfn.org> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008210704.e7L74jm00251>
