|
@@ -337,17 +337,20 @@ static void sym_update_crc(const char *name, struct module *mod,
|
|
void *grab_file(const char *filename, unsigned long *size)
|
|
void *grab_file(const char *filename, unsigned long *size)
|
|
map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0);
|
|
map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0);
|