diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 5c094beefca4..bcf36e03b21f 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -142,11 +142,6 @@ struct mac_mls { 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 @@ struct oldmac { int m_macflags; struct mac_biba m_biba; struct mac_mls m_mls; - struct mac_te m_te; struct mac_sebsd m_sebsd; }; diff --git a/sys/sys/mac.h b/sys/sys/mac.h index 5c094beefca4..bcf36e03b21f 100644 --- a/sys/sys/mac.h +++ b/sys/sys/mac.h @@ -142,11 +142,6 @@ struct mac_mls { 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 @@ struct oldmac { int m_macflags; struct mac_biba m_biba; struct mac_mls m_mls; - struct mac_te m_te; struct mac_sebsd m_sebsd; };