From owner-freebsd-current Sun Apr 22 9:24:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.6.200.230]) by hub.freebsd.org (Postfix) with ESMTP id 71EEF37B42C for ; Sun, 22 Apr 2001 09:24:43 -0700 (PDT) (envelope-from mdharnois@home.com) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id ECBFC14A08; Sun, 22 Apr 2001 11:24:43 -0500 (CDT) To: freebsd-current@freebsd.org Subject: world broken at vnode.h Keywords: acl,vaccess,posix1e,vnode,sys,struct,mode,int From: Michael Harnois Date: 22 Apr 2001 11:24:42 -0500 Message-ID: <86itjwhph1.fsf@mharnois.workgroup.net> Lines: 22 User-Agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.5 (alfalfa) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In file included from ../../dev/bktr/bktr_audio.c:52: ../../sys/vnode.h:571: conflicting types for `vaccess_acl_posix1e' ../../sys/vnode.h:568: previous declaration of `vaccess_acl_posix1e' ../../sys/vnode.h:571: warning: redundant redeclaration of `vaccess_acl_posix1e' in same scope ../../sys/vnode.h:568: warning: previous declaration of `vaccess_acl_posix1e' *** Error code 1 the offending lines in vnode.h are int vaccess_acl_posix1e __P((enum vtype type, struct acl *acl, mode_t acc_mode, struct ucred *cred, int *privused)); int vaccess_acl_posix1e __P((enum vtype type, uid_t file_uid, gid_t file_gid, struct acl *acl, mode_t acc_mode, struct ucred *cred, int *privused)); One suspects only one of those can be correct ... -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa Hanlon's Razor: Never attribute to malice that which is adequately explained by stupidity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message