uts: give privilege macros more sensible names
@@ -24,12 +24,10 @@ */ #ifndef _SYS_TSOL_PRIV_H #define _SYS_TSOL_PRIV_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/priv.h> #ifdef __cplusplus extern "C" { #endif
@@ -39,10 +37,13 @@ PRIV_FORCED } priv_ftype_t; /* * Privilege macros. + * + * These names are here for compatibility reasons, and thus do not match + * priv_impl.h */ /* * PRIV_ASSERT(a, b) setst.privilege "b" in privilege set "a". */