While trying to build a new kernel today, I received errors relating to
vnode_if.h not existing.  I have put the patch below which fixed the
problem for me.  (Sorry if the patch does not apply because of cut and
paste errors, but it may easily be hand editted.)

Jim Bloom
[EMAIL PROTECTED]


Index: Makefile
===================================================================
RCS file: /users/ncvs/src/sys/modules/md/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile    2000/09/02 19:17:10     1.7
+++ Makefile    2000/12/31 18:35:36
@@ -2,7 +2,7 @@
 
 .PATH: ${.CURDIR}/../../dev/md
 KMOD=  md
-SRCS=  md.c opt_mfs.h opt_md.h
+SRCS=  md.c opt_mfs.h opt_md.h vnode_if.h
 NOMAN=
 
 .include <bsd.kmod.mk>


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

Reply via email to