patch-2.4.0-test5 linux/net/802/psnap.c
Next file: linux/net/802/tr.c
Previous file: linux/net/802/p8023.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/psnap.c
- Orig date:
Thu Aug 26 13:05:42 1999
diff -u --recursive --new-file v2.4.0-test4/linux/net/802/psnap.c linux/net/802/psnap.c
@@ -141,7 +141,7 @@
if (memcmp(tmp->type,desc,5) == 0)
{
*clients = tmp->next;
- kfree_s(tmp, sizeof(struct datalink_proto));
+ kfree(tmp);
break;
}
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)