From e28cfbfac88255a0cb002b7841d30b89325ee973 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 27 Jun 2005 16:54:31 +0000 Subject: r7946: Minor C++ compatibility fix. Jeremy. (This used to be commit 7eb7f8325762ca570d37cc91f40b46bf17a867ba) --- source3/include/smb_acls.h | 4 ++-- 1 file 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; -- cgit