1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Convert all uint32/16/8 to _t in source3/libsmb.

Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Richard Sharpe
2015-05-09 16:59:45 -07:00
committed by Jeremy Allison
parent dffe228283
commit 5c1f8adc33
22 changed files with 131 additions and 131 deletions

View File

@ -53,8 +53,8 @@ SMBC_errno(SMBCCTX *context,
int ret = cli_errno(c);
if (cli_is_dos_error(c)) {
uint8 eclass;
uint32 ecode;
uint8_t eclass;
uint32_t ecode;
cli_dos_error(c, &eclass, &ecode);