mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r13617: fix compiler warning
metze
This commit is contained in:
parent
424df1bb36
commit
082f418fab
@ -195,7 +195,7 @@ char *file_load(const char *fname, size_t *size, TALLOC_CTX *mem_ctx)
|
||||
/*******************************************************************
|
||||
mmap (if possible) or read a file
|
||||
********************************************************************/
|
||||
void *map_file(char *fname, size_t size)
|
||||
void *map_file(const char *fname, size_t size)
|
||||
{
|
||||
size_t s2 = 0;
|
||||
void *p = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user