PERFORCE change 19907 for review
Robert Watson
rwatson at freebsd.org
Tue Oct 22 17:18:11 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19907
Change 19907 by rwatson at rwatson_tislabs on 2002/10/22 10:17:41
Expunge mac_te from struct oldmac. This changes the on-disk
label size.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#187 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#187 (text+ko) ====
@@ -142,11 +142,6 @@
struct mac_mls_element mm_rangelow, mm_rangehigh;
};
-#define MAC_TE_TYPE_MAXLEN 32
-struct mac_te {
- char mt_type[MAC_TE_TYPE_MAXLEN];
-};
-
struct mac_sebsd {
uint32_t ms_psid;
};
@@ -155,7 +150,6 @@
int m_macflags;
struct mac_biba m_biba;
struct mac_mls m_mls;
- struct mac_te m_te;
struct mac_sebsd m_sebsd;
};
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