From owner-freebsd-current Mon Jan 1 3:28:53 2001 From owner-freebsd-current@FreeBSD.ORG Mon Jan 1 03:28:51 2001 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id CD5E037B402 for ; Mon, 1 Jan 2001 03:28:50 -0800 (PST) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f01BSjq37152; Mon, 1 Jan 2001 12:28:45 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: bloom@acm.org Cc: current@freebsd.org Subject: Re: Problem building md module In-Reply-To: Your message of "Sun, 31 Dec 2000 15:48:53 EST." <3A4F9BB5.F699D66B@acm.org> Date: Mon, 01 Jan 2001 12:28:45 +0100 Message-ID: <37150.978348525@critter> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 > -- 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