r7946: Minor C++ compatibility fix.
authorJeremy Allison <jra@samba.org>
Mon, 27 Jun 2005 16:54:31 +0000 (16:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:58:03 +0000 (10:58 -0500)
Jeremy.
(This used to be commit 7eb7f8325762ca570d37cc91f40b46bf17a867ba)

source3/include/smb_acls.h

index 2bde6caeda1539918227ace5179016f7e8be7a9d..ec1316e4667729f6ba7f7a6871c8c2c9e857086f 100644 (file)
@@ -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;