Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 10:18:11 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19907 for review
Message-ID:  <200210221718.g9MHIBNK017503@repoman.freebsd.org>

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

Change 19907 by rwatson@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@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?200210221718.g9MHIBNK017503>