Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 14:14:47 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15225 for review
Message-ID:  <200207302114.g6ULElIo072769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15225

Change 15225 by rwatson@rwatson_tislabs on 2002/07/30 14:13:51

	Improved consistency with the base tree.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/vnode.h#35 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/vnode.h#35 (text+ko) ====

@@ -628,11 +628,11 @@
 	(p)->p_textvp,  rb, rfb)
 int	vn_fullpath(struct thread *td, struct vnode *optional_dvp,
 	    struct vnode *vn, char **retbuf, char **freebuf);
+int	vaccess(enum vtype type, mode_t file_mode, uid_t uid, gid_t gid,
+	    mode_t acc_mode, struct ucred *cred, int *privused);
 int	vaccess_acl_posix1e(enum vtype type, uid_t file_uid, gid_t file_gid,
 	    struct acl *acl, mode_t acc_mode, struct ucred *cred,
 	    int *privused);
-int	vaccess(enum vtype type, mode_t file_mode, uid_t uid,
-	    gid_t gid, mode_t acc_mode, struct ucred *cred, int *privused);
 void	vattr_null(struct vattr *vap);
 int	vcount(struct vnode *vp);
 void	vdrop(struct vnode *);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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