From owner-freebsd-hackers Sat Nov 28 16:52:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03451 for freebsd-hackers-outgoing; Sat, 28 Nov 1998 16:52:56 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03304 for ; Sat, 28 Nov 1998 16:52:53 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id BAA20748; Sun, 29 Nov 1998 01:52:16 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id BAA02099; Sun, 29 Nov 1998 01:52:15 +0100 (MET) Message-ID: <19981129015215.L9226@follo.net> Date: Sun, 29 Nov 1998 01:52:15 +0100 From: Eivind Eklund To: Dennis , Mike Smith Cc: hackers@FreeBSD.ORG Subject: Re: vnode_if.c wont compile References: <199811281206.MAA08754@etinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199811281206.MAA08754@etinc.com>; from Dennis on Sat, Nov 28, 1998 at 12:03:42PM -0500 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Nov 28, 1998 at 12:03:42PM -0500, Dennis wrote: > At 03:55 PM 11/27/98 -0800, Mike Smith wrote: > >> vnode_if.c:40: `vop_strategy_desc' undeclared here (not in a function) > >> vnode_if.c:40: initializer element for `vfs_op_descs[1]' is not constant > >> vnode_if.c:47: parse error before `int' > >> *** Error code 1 > >> > >> Just did a 'config GENERIC" and a make. > > > >Did you 'make depend' first? > > >Yes. 'make depend' completes successfully. > > one example: > > struct vop_lease_args > > I cant find this structure defined anywhere? Its seems that some include > file is > missing, or in the wrong path...where should these vop_ functions be declared? They're declaredin /sys/kern/vnode_if.src (which is automatically processed to make the C declarations). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message