From 27cfca1ec98e91261b1a5355d10a8996464b63af Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 17 Mar 1998 22:05:47 +0000 Subject: Look Ma' what I found on my harddisk ... o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ... --- net/802/psnap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/802/psnap.c') diff --git a/net/802/psnap.c b/net/802/psnap.c index 6ce58da35..24e7f2bd0 100644 --- a/net/802/psnap.c +++ b/net/802/psnap.c @@ -10,7 +10,6 @@ * 2 of the License, or (at your option) any later version. */ -#include #include #include #include @@ -67,7 +66,7 @@ int snap_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) return proto->rcvfunc(skb, dev, &psnap_packet_type); } skb->sk = NULL; - kfree_skb(skb, FREE_READ); + kfree_skb(skb); return 0; } -- cgit v1.2.3