mirror of
https://github.com/samba-team/samba.git
synced 2025-10-17 15:33:16 +03:00
Convert all uint32/16/8 to _t in source3/lib.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
c833baa24c
commit
dffe228283
@@ -28,7 +28,7 @@
|
||||
struct ea_list *read_ea_list_entry(TALLOC_CTX *ctx, const char *pdata, size_t data_size, size_t *pbytes_used)
|
||||
{
|
||||
struct ea_list *eal = talloc_zero(ctx, struct ea_list);
|
||||
uint16 val_len;
|
||||
uint16_t val_len;
|
||||
unsigned int namelen;
|
||||
size_t converted_size;
|
||||
|
||||
|
Reference in New Issue
Block a user