PERFORCE change 32036 for review
Robert Watson
rwatson at FreeBSD.org
Thu May 29 20:18:34 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=32036
Change 32036 by rwatson at rwatson_tislabs on 2003/05/29 13:18:14
Style sync to -current.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#208 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#208 (text+ko) ====
@@ -202,8 +202,7 @@
for (bit = 1; bit <= MAC_BIBA_MAX_COMPARTMENTS; bit++)
if (!MAC_BIBA_BIT_TEST(bit,
a->mbe_compartments) &&
- MAC_BIBA_BIT_TEST(bit,
- b->mbe_compartments))
+ MAC_BIBA_BIT_TEST(bit, b->mbe_compartments))
return (0);
return (a->mbe_grade >= b->mbe_grade);
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