PERFORCE change 19757 for review

Robert Watson rwatson at freebsd.org
Mon Oct 21 02:09:12 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=19757

Change 19757 by rwatson at rwatson_tislabs on 2002/10/20 19:09:02

	White space sync to main tree.

Affected files ...

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

Differences ...

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

@@ -617,9 +617,9 @@
 	    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_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);
 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