1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

pidl: Add mode_t as an alias so we can marshall posix ACL structures

This commit is contained in:
Andrew Bartlett 2012-08-12 22:00:42 +10:00
parent dcfb6aad16
commit d5a8e58bfb

View File

@ -84,6 +84,7 @@ my %aliases = (
"short" => "int16",
"HYPER_T" => "hyper",
"HRESULT" => "COMRESULT",
"mode_t" => "uint32",
);
sub expandAlias($)