patch-2.4.0-test5 linux/drivers/net/appletalk/ipddp.c
Next file: linux/drivers/net/atari_bionet.c
Previous file: linux/drivers/net/appletalk/cops.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 18 16:52:35 2000
- Orig file:
v2.4.0-test4/linux/drivers/net/appletalk/ipddp.c
- Orig date:
Fri Jul 14 12:12:10 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/net/appletalk/ipddp.c linux/drivers/net/appletalk/ipddp.c
@@ -270,7 +270,7 @@
&& tmp->at.s_node == rt->at.s_node)
{
*r = tmp->next;
- kfree_s(tmp, sizeof(struct ipddp_route));
+ kfree(tmp);
return 0;
}
r = &tmp->next;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)