svn commit: samba r7167 - in branches/SAMBA_4_0/source/build/pidl: .

metze at samba.org metze at samba.org
Wed Jun 1 16:23:54 GMT 2005


Author: metze
Date: 2005-06-01 16:23:54 +0000 (Wed, 01 Jun 2005)
New Revision: 7167

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

Log:
fix the build

metze
Modified:
   branches/SAMBA_4_0/source/build/pidl/typelist.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/typelist.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/typelist.pm	2005-06-01 10:16:35 UTC (rev 7166)
+++ branches/SAMBA_4_0/source/build/pidl/typelist.pm	2005-06-01 16:23:54 UTC (rev 7167)
@@ -239,7 +239,7 @@
 	"char" => "uint8",
 	"long" => "int32",
 	"short" => "int16",
-	"hyper" => "HYPER_T"
+	"HYPER_T" => "hyper"
 };
 
 sub RegisterAliases()



More information about the samba-cvs mailing list