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

r890: convert samba4 to use [u]int8_t instead of [u]int8

metze
(This used to be commit 2986c5f08c)
This commit is contained in:
Stefan Metzmacher
2004-05-25 17:50:17 +00:00
committed by Gerald (Jerry) Carter
parent f88bf54c7f
commit fcd718c7d8
65 changed files with 186 additions and 180 deletions

View File

@ -206,7 +206,7 @@ NTSTATUS smb_raw_trans_recv(struct cli_request *req,
****************************************************************************/
struct cli_request *smb_raw_trans_send_backend(struct cli_tree *tree,
struct smb_trans2 *parms,
uint8 command)
uint8_t command)
{
int wct = 14 + parms->in.setup_count;
struct cli_request *req;