patch-2.4.0-test5 linux/net/802/tr.c
Next file: linux/net/appletalk/aarp.c
Previous file: linux/net/802/psnap.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/802/tr.c
- Orig date:
Mon Jul 10 16:47:27 2000
diff -u --recursive --new-file v2.4.0-test4/linux/net/802/tr.c linux/net/802/tr.c
@@ -434,7 +434,7 @@
if((now-entry->last_used) > sysctl_tr_rif_timeout)
{
*pentry=entry->next;
- kfree_s(entry,sizeof(struct rif_cache_s));
+ kfree(entry);
}
else
pentry=&entry->next;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)