summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-12 22:00:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-15 11:44:44 +1000
commitd5a8e58bfbefd2ba7bcbec337013e8b204c68b6d (patch)
tree764b7ffdc4a95afb669f7f53344f0e0d9c6165ca /pidl
parentdcfb6aad16b4b7b70a63340a17771d3f40aed1ce (diff)
downloadsamba-d5a8e58bfbefd2ba7bcbec337013e8b204c68b6d.tar.gz
samba-d5a8e58bfbefd2ba7bcbec337013e8b204c68b6d.tar.bz2
samba-d5a8e58bfbefd2ba7bcbec337013e8b204c68b6d.zip
pidl: Add mode_t as an alias so we can marshall posix ACL structures
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Typelist.pm1
1 files changed, 1 insertions, 0 deletions
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($)