patch-2.4.4 linux/net/netrom/nr_out.c
Next file: linux/net/netsyms.c
Previous file: linux/net/netrom/nr_dev.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Apr 12 12:11:39 2001
-  Orig file: 
v2.4.3/linux/net/netrom/nr_out.c
-  Orig date: 
Fri Dec 29 14:44:46 2000
diff -u --recursive --new-file v2.4.3/linux/net/netrom/nr_out.c linux/net/netrom/nr_out.c
@@ -56,7 +56,7 @@
 		frontlen = skb_headroom(skb);
 
 		while (skb->len > 0) {
-			if ((skbn = sock_alloc_send_skb(sk, frontlen + NR_MAX_PACKET_SIZE, 0, 0, &err)) == NULL)
+			if ((skbn = sock_alloc_send_skb(sk, frontlen + NR_MAX_PACKET_SIZE, 0, &err)) == NULL)
 				return;
 
 			skb_reserve(skbn, frontlen);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)