Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jan 2001 12:28:45 +0100
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        bloom@acm.org
Cc:        current@freebsd.org
Subject:   Re: Problem building md module 
Message-ID:  <37150.978348525@critter>
In-Reply-To: Your message of "Sun, 31 Dec 2000 15:48:53 EST." <3A4F9BB5.F699D66B@acm.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

Committed, thanks!

Poul-Henning

In message <3A4F9BB5.F699D66B@acm.org>, Jim Bloom writes:
>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
>bloom@acm.org
>
>
>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>
>

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


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?37150.978348525>