patch-2.1.86 linux/net/core/dst.c
Next file: linux/net/core/neighbour.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Feb 10 12:30:09 1998
- Orig file:
v2.1.85/linux/net/core/dst.c
- Orig date:
Mon Jan 12 15:28:19 1998
diff -u --recursive --new-file v2.1.85/linux/net/core/dst.c linux/net/core/dst.c
@@ -66,13 +66,13 @@
static int dst_discard(struct sk_buff *skb)
{
- kfree_skb(skb, FREE_READ);
+ kfree_skb(skb);
return 0;
}
static int dst_blackhole(struct sk_buff *skb)
{
- kfree_skb(skb, FREE_WRITE);
+ kfree_skb(skb);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov