1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +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

@@ -191,7 +191,7 @@ static void get_credentials_file(const char *file, struct user_auth_info *info)
{
XFILE *auth;
fstring buf;
uint16 len = 0;
uint16_t len = 0;
char *ptr, *val, *param;
if ((auth=x_fopen(file, O_RDONLY, 0)) == NULL)