PERFORCE change 19664 for review
Robert Watson
rwatson at freebsd.org
Sun Oct 20 00:22:36 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19664
Change 19664 by rwatson at rwatson_paprika on 2002/10/19 17:21:42
Remove trailing whitespace.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#116 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#116 (text+ko) ====
@@ -681,7 +681,7 @@
if (d < 1 || d > MAC_MLS_MAX_COMPARTMENTS)
return (EINVAL);
- MAC_MLS_BIT_SET(d, element->mme_compartments);
+ MAC_MLS_BIT_SET(d, element->mme_compartments);
if (*p1 == '\0')
break;
@@ -1917,7 +1917,7 @@
return (0);
}
-static int
+static int
mac_mls_check_vnode_link(struct ucred *cred, struct vnode *dvp,
struct label *dlabel, struct vnode *vp, struct label *label,
struct componentname *cnp)
@@ -1941,7 +1941,7 @@
}
static int
-mac_mls_check_vnode_lookup(struct ucred *cred, struct vnode *dvp,
+mac_mls_check_vnode_lookup(struct ucred *cred, struct vnode *dvp,
struct label *dlabel, struct componentname *cnp)
{
struct mac_mls *subj, *obj;
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