Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 1998 01:52:15 +0100
From:      Eivind Eklund <eivind@yes.no>
To:        Dennis <dennis@etinc.com>, Mike Smith <mike@smith.net.au>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: vnode_if.c wont compile
Message-ID:  <19981129015215.L9226@follo.net>
In-Reply-To: <199811281206.MAA08754@etinc.com>; from Dennis on Sat, Nov 28, 1998 at 12:03:42PM -0500
References:  <199811281206.MAA08754@etinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981129015215.L9226>