patch-2.3.15 linux/mm/mmap.c
Next file: linux/mm/mprotect.c
Previous file: linux/mm/mlock.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 23 11:15:53 1999
- Orig file:
v2.3.14/linux/mm/mmap.c
- Orig date:
Tue Jul 27 12:33:27 1999
diff -u --recursive --new-file v2.3.14/linux/mm/mmap.c linux/mm/mmap.c
@@ -707,7 +707,7 @@
return 0;
}
-asmlinkage int sys_munmap(unsigned long addr, size_t len)
+asmlinkage long sys_munmap(unsigned long addr, size_t len)
{
int ret;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)