1
0
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:
Stefan Metzmacher 2006-02-22 09:48:13 +00:00 committed by Gerald (Jerry) Carter
parent 424df1bb36
commit 082f418fab

View File

@ -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;