patch-2.1.117 linux/net/core/dev.c
Next file: linux/net/socket.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 19 10:17:50 1998
- Orig file:
v2.1.116/linux/net/core/dev.c
- Orig date:
Tue Aug 18 22:02:08 1998
diff -u --recursive --new-file v2.1.116/linux/net/core/dev.c linux/net/core/dev.c
@@ -751,7 +751,7 @@
if(br_receive_frame(skb))
return;
- kfree_skb(skb, FREE_READ);
+ kfree_skb(skb);
}
return;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov