- Timestamp:
- 10/10/08 17:09:22 (1 month ago)
- Files:
-
- 1 modified
-
Whitix/trunk/memory/mmap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/memory/mmap.c
r882 r1097 595 595 vNode=file->vNode; 596 596 597 return MMapDo(current, vNode, PAGE_ALIGN(address),PAGE_ALIGN_UP(length),protection,offset,flags, NULL); 597 return MMapDo(current, vNode, PAGE_ALIGN(address),PAGE_ALIGN_UP(length), 598 protection | PAGE_USER, offset, flags, NULL); 598 599 } 599 600
