patch-2.4.0-test6 linux/net/atm/mpc.c
Next file: linux/net/bridge/br.c
Previous file: linux/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 9 13:51:09 2000
- Orig file:
v2.4.0-test5/linux/net/atm/mpc.c
- Orig date:
Mon Jul 10 16:47:27 2000
diff -u --recursive --new-file v2.4.0-test5/linux/net/atm/mpc.c linux/net/atm/mpc.c
@@ -166,7 +166,7 @@
return entry;
}
- entry = kmalloc(sizeof(struct atm_qos), GFP_KERNEL);
+ entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL);
if (entry == NULL) {
printk("mpoa: atm_mpoa_add_qos: out of memory\n");
return entry;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)