From d5a8e58bfbefd2ba7bcbec337013e8b204c68b6d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 12 Aug 2012 22:00:42 +1000 Subject: pidl: Add mode_t as an alias so we can marshall posix ACL structures --- pidl/lib/Parse/Pidl/Typelist.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'pidl') diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 4f26a92ed2..06c0d58d91 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($) -- cgit