patch-1.3.5 linux/drivers/net/ppp.c
Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/net/hp100.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jun 27 08:17:48 1995
- Orig file:
v1.3.4/linux/drivers/net/ppp.c
- Orig date:
Tue Jun 27 14:11:36 1995
diff -u --recursive --new-file v1.3.4/linux/drivers/net/ppp.c linux/drivers/net/ppp.c
@@ -1517,7 +1517,7 @@
case PPPIOCSDEBUG:
error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
if (error == 0) {
- ppp_debug = get_int ((int *) l);
+ ppp_debug = get_user ((int *) l);
ppp_debug_netpackets = (ppp_debug & 0xff00) >> 8;
ppp_debug &= 0xff;
PRINTKN (1, (KERN_INFO "ppp_ioctl: set debug level %d, netpacket %d\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this