From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 20:16:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 729FB16A401 for ; Mon, 12 Mar 2007 20:16:36 +0000 (UTC) (envelope-from sct.denver@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id D5CBF13C4B9 for ; Mon, 12 Mar 2007 20:16:35 +0000 (UTC) (envelope-from sct.denver@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so1787500ika for ; Mon, 12 Mar 2007 13:16:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=oTZ0I265/2PJiXzfA2QGekX0EuwWsk5K2LW1j8qtBvG2TV2j1wOwFevwi/jk7Wl7aNABmCWHsxtG3En3tKVrIBwFMYCzVlNkTYHVWTsPGo+dWUSLNNoEDGs4ok6oX8N0/yhzGO7JNn1GCXDXLxzt9Ls4ysyjGtaunGMFVHKEZOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JRu9K5Hca//y7Ej7tttSiG1EJiO44H5vGU6mIjrtH2Ox93t9FTRV7bYeBGQftzPTDH7sEuWeHE/LYlMpaVK+TBs29Va1iEZDiD1AxwyxclAjl7dnY5wp043/5GdtsLCaDUzdwNP62eOg24A7c0c4k9gF3o1CLQ60GlXBaZ06RKU= Received: by 10.114.94.1 with SMTP id r1mr2058948wab.1173728973222; Mon, 12 Mar 2007 12:49:33 -0700 (PDT) Received: by 10.114.73.6 with HTTP; Mon, 12 Mar 2007 12:49:32 -0700 (PDT) Message-ID: Date: Mon, 12 Mar 2007 15:49:32 -0400 From: Denver To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Trouble compiling module, sys/vnode_if.h does not exist. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2007 20:16:36 -0000 When I try to compile a module I have written which includes I get the following message. @/sys/vnode.h:544:22: vnode_if.h: No such file or directory This is on a 6.2 Release machine. I took a look at sys/sys and it seems as though sys/vnode_if.h is not a part of the sources, but a header which is generated at kernel compile time. If this is true, what could be the reason that it is not generated on my machine? Thank you, Denver Cox