patch-2.4.0-test5 linux/net/decnet/dn_table.c
Next file: linux/net/econet/af_econet.c
Previous file: linux/net/decnet/dn_route.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/decnet/dn_table.c
- Orig date:
Thu Feb 10 17:11:24 2000
diff -u --recursive --new-file v2.4.0-test4/linux/net/decnet/dn_table.c linux/net/decnet/dn_table.c
@@ -878,7 +878,7 @@
write_unlock(&dn_fib_tables_lock);
if (t) {
- kfree_s(t, sizeof(struct dn_fib_table));
+ kfree(t);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)