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:
parent
dcfb6aad16
commit
d5a8e58bfb
@ -84,6 +84,7 @@ my %aliases = (
|
||||
"short" => "int16",
|
||||
"HYPER_T" => "hyper",
|
||||
"HRESULT" => "COMRESULT",
|
||||
"mode_t" => "uint32",
|
||||
);
|
||||
|
||||
sub expandAlias($)
|
||||
|
Loading…
Reference in New Issue
Block a user