s3-privs Further changes to remove SE_PRIV
[samba.git] / source3 / include / smb.h
index f109739a42a70ff2e97be229769d30050e743e9b..ca98a219916eb14076fb05397d3a1e026ab5094c 100644 (file)
@@ -234,7 +234,7 @@ extern const struct dom_sid global_sid_Unix_Groups;
 typedef struct nt_user_token {
        size_t num_sids;
        struct dom_sid *sids;
-       SE_PRIV privilege_mask;
+       uint64_t privilege_mask;
 } NT_USER_TOKEN;
 
 typedef struct unix_user_token {