diff options
Diffstat (limited to 'source3/librpc/gen_ndr/unixinfo.h')
-rw-r--r-- | source3/librpc/gen_ndr/unixinfo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h index 61747aeb9d..34dc27f469 100644 --- a/source3/librpc/gen_ndr/unixinfo.h +++ b/source3/librpc/gen_ndr/unixinfo.h @@ -1,5 +1,7 @@ /* header auto-generated by pidl */ +#include <stdint.h> + #include "librpc/gen_ndr/security.h" #ifndef _HEADER_unixinfo #define _HEADER_unixinfo @@ -65,13 +67,13 @@ struct unixinfo_GidToSid { struct unixinfo_GetPWUid { struct { - uint32_t *count;/* [ref,range(0 1023)] */ uint64_t *uids;/* [size_is(*count)] */ + uint32_t *count;/* [ref,range(0 1023)] */ } in; struct { - uint32_t *count;/* [ref,range(0 1023)] */ struct unixinfo_GetPWUidInfo *infos;/* [size_is(*count)] */ + uint32_t *count;/* [ref,range(0 1023)] */ NTSTATUS result; } out; |