PERFORCE change 19795 for review
Robert Watson
rwatson at freebsd.org
Mon Oct 21 16:34:22 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19795
Change 19795 by rwatson at rwatson_paprika on 2002/10/21 09:34:15
Whitespace fix. Funny how you notice this stuff while you're merging.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#120 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#120 (text+ko) ====
@@ -1372,7 +1372,7 @@
* new range label must be in the current range.
*/
if (new->mm_flags & MAC_MLS_FLAG_RANGE &&
- !mac_mls_range_in_range(new, subj))
+ !mac_mls_range_in_range(new, subj))
return (EPERM);
/*
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