patch-2.1.113 linux/net/core/skbuff.c
Next file: linux/net/ipv4/ip_masq.c
Previous file: linux/mm/swap_state.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 28 22:33:02 1998
- Orig file:
v2.1.112/linux/net/core/skbuff.c
- Orig date:
Tue Jul 28 14:21:10 1998
diff -u --recursive --new-file v2.1.112/linux/net/core/skbuff.c linux/net/core/skbuff.c
@@ -90,7 +90,7 @@
void skb_under_panic(struct sk_buff *skb, int sz, void *here)
{
- panic("skput:over: %p:%d put:%d dev:%s",
+ panic("skput:under: %p:%d put:%d dev:%s",
here, skb->len, sz, skb->dev ? skb->dev->name : "<NULL>");
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov