patch-2.4.0-test5 linux/net/appletalk/aarp.c
Next file: linux/net/appletalk/ddp.c
Previous file: linux/net/802/tr.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 18 16:09:27 2000
- Orig file:
v2.4.0-test4/linux/net/appletalk/aarp.c
- Orig date:
Fri Mar 10 16:40:50 2000
diff -u --recursive --new-file v2.4.0-test4/linux/net/appletalk/aarp.c linux/net/appletalk/aarp.c
@@ -111,7 +111,7 @@
while ((skb=skb_dequeue(&a->packet_queue)) != NULL)
kfree_skb(skb);
- kfree_s(a, sizeof(*a));
+ kfree(a);
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)