From: Andrew Bartlett Date: Sun, 12 Aug 2012 12:00:42 +0000 (+1000) Subject: pidl: Add mode_t as an alias so we can marshall posix ACL structures X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=d5a8e58bfbefd2ba7bcbec337013e8b204c68b6d pidl: Add mode_t as an alias so we can marshall posix ACL structures --- diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 4f26a92ed29..06c0d58d919 100644 --- a/pidl/lib/Parse/Pidl/Typelist.pm +++ b/pidl/lib/Parse/Pidl/Typelist.pm @@ -84,6 +84,7 @@ my %aliases = ( "short" => "int16", "HYPER_T" => "hyper", "HRESULT" => "COMRESULT", + "mode_t" => "uint32", ); sub expandAlias($)