summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-08-11 13:00:59 +0200
committerVolker Lendecke <vl@samba.org>2015-08-13 14:40:15 +0200
commit33147171d346d18b210ae14d1d6246e67035004b (patch)
tree75001cfa55fe3b3c589a330c73346e558fdb58b9 /source3/modules
parent5a7997f43fb04eaf7d0402f6c42836ee468dbeb5 (diff)
downloadsamba-33147171d346d18b210ae14d1d6246e67035004b.tar.gz
nfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_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>
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/nfs4_acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index d487666ea5c..c9560f85cc1 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -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;