Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/security/mac/mac_framework.h 100998 2002-07-31 00:03:26Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_framework.h 101826 2002-08-13 15:54:28Z rwatson $
47a48,49
> #include <sys/_label.h>
>
180d181
< #endif /* _KERNEL */
183,199d183
< * XXXMAC: This shouldn't be exported to userland, but is because of ucred.h
< * and various other messes.
< */
<
< #define MAC_MAX_POLICIES 4
<
< struct label {
< int l_flags;
< union {
< void *l_ptr;
< long l_long;
< } l_perpolicy[MAC_MAX_POLICIES];
< };
<
< #ifdef _KERNEL
<
< /*