Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 10:36:47 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19807 for review
Message-ID:  <200210211736.g9LHalDT018639@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19807

Change 19807 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210211736.g9LHalDT018639>