Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 19:09:12 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19757 for review
Message-ID:  <200210210209.g9L29CsS006728@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19757

Change 19757 by rwatson@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@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?200210210209.g9L29CsS006728>