Imported Upstream version 4.0.0+dfsg1
[abartlet/samba-debian.git] / pidl / lib / Parse / Pidl / Typelist.pm
index 4f26a92ed2986fcb6f50b725726cac4cfdb2327c..06c0d58d9197a1a7a73ce44e330999935373db39 100644 (file)
@@ -84,6 +84,7 @@ my %aliases = (
        "short" => "int16",
        "HYPER_T" => "hyper",
        "HRESULT" => "COMRESULT",
+        "mode_t"        => "uint32",
 );
 
 sub expandAlias($)