summaryrefslogtreecommitdiffstats
path: root/vm/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mmap.c')
-rw-r--r--vm/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/mmap.c b/vm/mmap.c
index 55ee91b..0dc9190 100644
--- a/vm/mmap.c
+++ b/vm/mmap.c
@@ -38,7 +38,7 @@ mmap_table_free (struct mmap_table *table)
38/* inserts a new mmap entry in the mmap table. 38/* inserts a new mmap entry in the mmap table.
39 returns -1 if entry is invalid or already in the table */ 39 returns -1 if entry is invalid or already in the table */
40mapid_t 40mapid_t
41mmap_table_insert (struct mmap_table *table, uint8_t *upage, struct file *file, 41mmap_table_insert (struct mmap_table *table, void *upage, struct file *file,
42 off_t len) 42 off_t len)
43{ 43{
44 off_t ofs = 0; 44 off_t ofs = 0;