diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-01 16:23:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:22 -0500 |
commit | c791da9a5138e292284adc53f4e4b448e95e094f (patch) | |
tree | d80dedabb41073cad4f3ba8b024fb9d057dbc68d | |
parent | e4a505192d23c7d77a6ee68e6e2946bab983ae43 (diff) | |
download | samba-c791da9a5138e292284adc53f4e4b448e95e094f.tar.gz samba-c791da9a5138e292284adc53f4e4b448e95e094f.tar.bz2 samba-c791da9a5138e292284adc53f4e4b448e95e094f.zip |
r7167: fix the build
metze
(This used to be commit 978f49ced5690cda672ba7882fbddc77a3997793)
-rw-r--r-- | source4/build/pidl/typelist.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/typelist.pm b/source4/build/pidl/typelist.pm index cc8504e80f..7c54587ac7 100644 --- a/source4/build/pidl/typelist.pm +++ b/source4/build/pidl/typelist.pm @@ -239,7 +239,7 @@ my $aliases = { "char" => "uint8", "long" => "int32", "short" => "int16", - "hyper" => "HYPER_T" + "HYPER_T" => "hyper" }; sub RegisterAliases() |