1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r889: convert samba4 to use [u]int16_t instead of [u]int16

metze
This commit is contained in:
Stefan Metzmacher
2004-05-25 17:24:24 +00:00
committed by Gerald (Jerry) Carter
parent f3b1d3bdc7
commit af6f1f8a01
97 changed files with 549 additions and 554 deletions

View File

@@ -72,7 +72,7 @@ static struct cli_request *smb_raw_ntioctl_send(struct cli_tree *tree,
union smb_ioctl *parms)
{
struct smb_nttrans nt;
uint16 setup[4];
uint16_t setup[4];
nt.in.max_setup = 0;
nt.in.max_param = 0;