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

abartlet at samba.org abartlet at samba.org
Sun Aug 13 12:42:27 GMT 2006


Author: abartlet
Date: 2006-08-13 12:42:25 +0000 (Sun, 13 Aug 2006)
New Revision: 17523

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

Log:
FIXME is a macro (I think) on some platforms (AIX), and this caused pain.

Andrew Bartlett

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	2006-08-13 12:34:41 UTC (rev 17522)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2006-08-13 12:42:25 UTC (rev 17523)
@@ -220,16 +220,16 @@
 
 	typedef struct {
 		uint16 vartype;
-		uint16 FIXME;
+		uint16 unknown /* FIXME */;
 	} VARIANT;
 
 	typedef struct {
-		uint16 FIXME;
+		uint16 unknown /* FIXME */;
 	} DISPPARAMS;
 
 	/* Exception ? */
 	typedef struct {
-		uint16 FIXME;
+		uint16 unknown /* FIXME */;
 	} EXCEPINFO;
 
 	/*****************/



More information about the samba-cvs mailing list