patch-1.3.78 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: 10
 -  Date:
Mon Mar 25 08:58:23 1996
 -  Orig file: 
v1.3.77/linux/net/802/p8023.c
 -  Orig date: 
Mon Jul 31 15:59:03 1995
 
diff -u --recursive --new-file v1.3.77/linux/net/802/p8023.c linux/net/802/p8023.c
@@ -29,3 +29,9 @@
 	return proto;
 }
 
+void destroy_8023_client(struct datalink_proto *dl)
+{
+	if (dl)
+		kfree_s(dl,sizeof(struct datalink_proto));
+}
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this