pidl: Add mode_t as an alias so we can marshall posix ACL structures
authorAndrew Bartlett <abartlet@samba.org>
Sun, 12 Aug 2012 12:00:42 +0000 (22:00 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:44 +0000 (11:44 +1000)
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($)