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

jelmer at samba.org jelmer at samba.org
Mon Nov 6 23:25:31 GMT 2006


Author: jelmer
Date: 2006-11-06 23:25:30 +0000 (Mon, 06 Nov 2006)
New Revision: 19594

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

Log:
the behaviour of `include' is slightly different from helper(). Fix the build 
for now.

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/nbt.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2006-11-06 23:23:47 UTC (rev 19593)
+++ branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2006-11-06 23:25:30 UTC (rev 19594)
@@ -9,7 +9,9 @@
 */
 
 import "security.idl", "svcctl.idl";
-
+[
+helper("libcli/nbt/nbtname.h")
+]
 interface nbt
 {
 	const int NBT_NAME_SERVICE_PORT  = 137;
@@ -697,4 +699,3 @@
 	} nbt_browse_packet;
 }
 
-include "libcli/nbt/nbtname.h";



More information about the samba-cvs mailing list