Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 1998 18:53:00 -0500
From:      Dennis <dennis@etinc.com>
To:        phoenix@calldei.com, hackers@FreeBSD.ORG
Subject:   Re: vnode_if.c wont compile
Message-ID:  <199811271855.SAA04699@etinc.com>
In-Reply-To: <199811272203.QAA01519@furrball.dyn.ml.org>
References:  <199811271704.RAA04406@etinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 04:03 PM 11/27/98 -0600, Chris Costello wrote:
>> Date: Fri, 27 Nov 1998 17:01:55 -0500
>> To: hackers@FreeBSD.ORG
>> From: Dennis <dennis@etinc.com>
>> Subject: vnode_if.c wont compile
>>
>>
>> Standard 3.0-RELEASE...get errors with GENERIC and custom kernel.......
>>
>> I remember reading something about this, but cant find it.
>
>   Perhaps you could provide us with the errors so we can figure out
>what is wrong.
>
>-Chris
In file included from vnode_if.c:9:
../../sys/vnode.h:472: warning: `struct vop_lease_args' declared inside
paramete
r list
../../sys/vnode.h:472: warning: its scope is only this definition or
declaration
,
../../sys/vnode.h:472: warning: which is probably not what you want.
../../sys/vnode.h:486: warning: `struct vop_lease_args' declared inside
paramete
r list
../../sys/vnode.h:517: warning: `struct vop_lookup_args' declared inside
paramet
er list
../../sys/vnode.h:522: warning: `struct vop_islocked_args' declared inside
param
eter list
../../sys/vnode.h:523: warning: `struct vop_lock_args' declared inside
parameter
 list
../../sys/vnode.h:528: warning: `struct vop_unlock_args' declared inside
paramet
er list
../../sys/vnode.h:529: warning: `struct vop_pathconf_args' declared inside
param
eter list
../../sys/vnode.h:530: warning: `struct vop_poll_args' declared inside
parameter
 list
../../sys/vnode.h:531: warning: `struct vop_revoke_args' declared inside
paramet
er list
../../sys/vnode.h:532: warning: `struct vop_lock_args' declared inside
parameter
 list
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.

Dennis

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?199811271855.SAA04699>