PERFORCE change 15225 for review
Robert Watson
rwatson at freebsd.org
Tue Jul 30 21:14:47 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15225
Change 15225 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list