patch-2.3.16 linux/kernel/itimer.c
Next file: linux/kernel/ksyms.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 30 10:23:14 1999
- Orig file:
v2.3.15/linux/kernel/itimer.c
- Orig date:
Thu Aug 26 13:05:42 1999
diff -u --recursive --new-file v2.3.15/linux/kernel/itimer.c linux/kernel/itimer.c
@@ -156,8 +156,6 @@
int error;
if (value) {
- if(verify_area(VERIFY_READ, value, sizeof(*value)))
- return -EFAULT;
if(copy_from_user(&set_buffer, value, sizeof(set_buffer)))
return -EFAULT;
} else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)