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

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)