patch-2.4.0-test5 linux/net/802/p8023.c
Next file: linux/net/802/psnap.c
Previous file: linux/net/802/p8022.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Tue Jul 18 16:09:27 2000
- Orig file:
v2.4.0-test4/linux/net/802/p8023.c
- Orig date:
Wed Aug 18 11:38:48 1999
diff -u --recursive --new-file v2.4.0-test4/linux/net/802/p8023.c linux/net/802/p8023.c
@@ -57,6 +57,6 @@
void destroy_8023_client(struct datalink_proto *dl)
{
if (dl)
- kfree_s(dl,sizeof(struct datalink_proto));
+ kfree(dl);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)