]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
nfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_INT_T
authorVolker Lendecke <vl@samba.org>
Tue, 11 Aug 2015 11:00:59 +0000 (13:00 +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 d487666ea5cd359e69eb70b41b13afe0864fa19b..c9560f85cc1203f196c4d74e7b38e7d84acf8337 100644 (file)
@@ -38,7 +38,7 @@
 extern const struct generic_mapping file_generic_mapping;
 
 #define SMB_ACE4_INT_MAGIC 0x76F8A967
-typedef struct _SMB_ACE4_INT_T
+typedef struct SMB4ACE_T
 {
        uint32_t magic;
        SMB_ACE4PROP_T  prop;