svn commit: samba r7946 - in branches/SAMBA_3_0/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:31 +0000 (Mon, 27 Jun 2005)
New Revision: 7946

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

Log:
Minor C++ compatibility fix.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/include/smb_acls.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb_acls.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb_acls.h	2005-06-27 16:54:30 UTC (rev 7945)
+++ branches/SAMBA_3_0/source/include/smb_acls.h	2005-06-27 16:54:31 UTC (rev 7946)
@@ -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