diff options
-rw-r--r-- | source3/include/smb_acls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/smb_acls.h b/source3/include/smb_acls.h index 2bde6caeda..ec1316e466 100644 --- a/source3/include/smb_acls.h +++ b/source3/include/smb_acls.h @@ -257,11 +257,11 @@ struct new_acl_entry{ #define SMB_ACL_OTHER 4 #define SMB_ACL_MASK 5 -typedef struct SMB_ACL_T { +typedef struct SMB_ACL_T_ { int dummy; } *SMB_ACL_T; -typedef struct SMB_ACL_ENTRY_T { +typedef struct SMB_ACL_ENTRY_T_ { int dummy; } *SMB_ACL_ENTRY_T; |