nfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_T
authorVolker Lendecke <vl@samba.org>
Tue, 11 Aug 2015 10:59:05 +0000 (12:59 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 13 Aug 2015 12:40:15 +0000 (14:40 +0200)
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>
source3/modules/nfs4_acls.c

index defdf591030a3ea533dfeb9bdaee85f51e98e70c..d487666ea5cd359e69eb70b41b13afe0864fa19b 100644 (file)
@@ -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;