PERFORCE change 19807 for review

Robert Watson rwatson at freebsd.org
Mon Oct 21 17:36:47 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=19807

Change 19807 by rwatson at rwatson_paprika on 2002/10/21 10:36:35

	More whitespace from the compartments merge.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.h#8 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.h#9 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.h#8 (text+ko) ====

@@ -98,6 +98,6 @@
 	((w)[(((b) - 1) >> 3)] & (1 << (((b) - 1) & 7)))
 #define	MAC_BIBA_BIT_SET(b, w) \
 	((w)[(((b) - 1) >> 3)] |= (1 << (((b) - 1) & 7)))
-#define MAC_BIBA_BIT_SET_EMPTY(set)	biba_bit_set_empty(set)
+#define	MAC_BIBA_BIT_SET_EMPTY(set)	biba_bit_set_empty(set)
 
 #endif /* !_SYS_SECURITY_MAC_BIBA_H */

==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.h#9 (text+ko) ====

@@ -103,6 +103,6 @@
 	((w)[(((b) - 1) >> 3)] & (1 << (((b) - 1) & 7)))
 #define	MAC_MLS_BIT_SET(b, w) \
 	((w)[(((b) - 1) >> 3)] |= (1 << (((b) - 1) & 7)))
-#define MAC_MLS_BIT_SET_EMPTY(set)	mls_bit_set_empty(set)
+#define	MAC_MLS_BIT_SET_EMPTY(set)	mls_bit_set_empty(set)
 
 #endif /* !_SYS_SECURITY_MAC_MLS_H */
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