PERFORCE change 19851 for review
Robert Watson
rwatson at freebsd.org
Tue Oct 22 02:30:00 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19851
Change 19851 by rwatson at rwatson_tislabs on 2002/10/21 19:29:25
Whitespace sync to the version being committed to the main tree.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#60 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#60 (text+ko) ====
@@ -268,6 +268,7 @@
SLOT(label) = MOUNTMAGIC;
atomic_add_int(&init_count_mount, 1);
}
+
static void
mac_test_init_mount_fs_label(struct label *label)
{
@@ -1253,8 +1254,8 @@
}
static int
-mac_test_check_vnode_write(struct ucred *active_cred, struct ucred *file_cred,
- struct vnode *vp, struct label *label)
+mac_test_check_vnode_write(struct ucred *active_cred,
+ struct ucred *file_cred, struct vnode *vp, struct label *label)
{
return (0);
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