patch-2.3.15 linux/mm/mprotect.c
Next file: linux/mm/swapfile.c
Previous file: linux/mm/mmap.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/mprotect.c
- Orig date:
Tue Jul 6 10:11:40 1999
diff -u --recursive --new-file v2.3.14/linux/mm/mprotect.c linux/mm/mprotect.c
@@ -194,7 +194,7 @@
return 0;
}
-asmlinkage int sys_mprotect(unsigned long start, size_t len, unsigned long prot)
+asmlinkage long sys_mprotect(unsigned long start, size_t len, unsigned long prot)
{
unsigned long nstart, end, tmp;
struct vm_area_struct * vma, * next;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)