mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
Convert all uint8/16/32 to _t in all modules.
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
f9056de9bf
commit
e60cc280d6
@ -41,7 +41,7 @@ static uint64_t cap_disk_free(vfs_handle_struct *handle, const char *path,
|
||||
return SMB_VFS_NEXT_DISK_FREE(handle, cappath, bsize, dfree, dsize);
|
||||
}
|
||||
|
||||
static DIR *cap_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
|
||||
static DIR *cap_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32_t attr)
|
||||
{
|
||||
char *capname = capencode(talloc_tos(), fname);
|
||||
|
||||
|
Reference in New Issue
Block a user