mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
nfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_T
We can make the _INT_ structure now be the representation of the published anonymous struct Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
cf97ec56d2
commit
5a7997f43f
@ -46,7 +46,7 @@ typedef struct _SMB_ACE4_INT_T
|
||||
} SMB_ACE4_INT_T;
|
||||
|
||||
#define SMB_ACL4_INT_MAGIC 0x29A3E792
|
||||
typedef struct _SMB_ACL4_INT_T
|
||||
typedef struct SMB4ACL_T
|
||||
{
|
||||
uint32_t magic;
|
||||
uint16_t controlflags;
|
||||
|
Loading…
Reference in New Issue
Block a user