svn commit: samba r2818 - in branches/SAMBA_4_0/source/librpc/idl: .

vlendec at samba.org vlendec at samba.org
Mon Oct 4 14:40:54 GMT 2004


Author: vlendec
Date: 2004-10-04 14:40:53 +0000 (Mon, 04 Oct 2004)
New Revision: 2818

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2818&nolog=1

Log:
On AIX, for some reason pidl fails in dcom.idl:29. The only thing
is a /* style comment. Try //.

Volker

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-10-04 06:29:06 UTC (rev 2817)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-10-04 14:40:53 UTC (rev 2818)
@@ -26,10 +26,10 @@
 {
 	WERROR stub();
 	
-	/* Machine Identifier */
+	// Machine Identifier
 #define MID HYPER_T
 
-	 /* Object Exporter Identifier */
+	 // Object Exporter Identifier
 #define OXID HYPER_T
 	
 	 // Object Identifer



More information about the samba-cvs mailing list