From owner-freebsd-questions Wed Jun 9 14:30:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 7D8E715205 for ; Wed, 9 Jun 1999 14:30:17 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA081013812; Wed, 9 Jun 1999 17:30:13 -0400 Message-Id: <199906092130.AA081013812@broccoli.graphics.cornell.edu> To: questions@freebsd.org Cc: mkc@broccoli.graphics.cornell.edu Subject: freebsd 3.1: where is vnode_if.h ?? Date: Wed, 09 Jun 1999 17:30:12 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to build a kernel under 3.1 and ran into the following: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../kern/imgact_aout.c In file included from ../../kern/imgact_aout.c:45: ../../sys/vnode.h:457: vnode_if.h: No such file or directory *** Error code 1 Stop. There doesn't seem to be a vnode_if.h anywhere. I installed the complete src tree. I don't find vnode_if.h on my 3.0 system either but I have successfully built a kernel on it with approximately the same config, modulo differences due to os version. Any ideas what's happening here? -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message