svn commit: samba r7945 - in trunk/source/include: .

jra at samba.org jra at samba.org
Mon Jun 27 16:54:31 GMT 2005


Author: jra
Date: 2005-06-27 16:54:30 +0000 (Mon, 27 Jun 2005)
New Revision: 7945

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7945

Log:
Minor C++ compatibility fix.
Jeremy.

Modified:
   trunk/source/include/smb_acls.h


Changeset:
Modified: trunk/source/include/smb_acls.h
===================================================================
--- trunk/source/include/smb_acls.h	2005-06-27 13:20:12 UTC (rev 7944)
+++ trunk/source/include/smb_acls.h	2005-06-27 16:54:30 UTC (rev 7945)
@@ -257,11 +257,11 @@
 #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;
 



More information about the samba-cvs mailing list