patch-2.4.4 linux/net/x25/x25_out.c
Next file: linux/scripts/kernel-doc
Previous file: linux/net/x25/af_x25.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/x25/x25_out.c
-  Orig date: 
Wed Jan 24 15:28:36 2001
diff -u --recursive --new-file v2.4.3/linux/net/x25/x25_out.c linux/net/x25/x25_out.c
@@ -79,7 +79,7 @@
 		frontlen = skb_headroom(skb);
 
 		while (skb->len > 0) {
-			if ((skbn = sock_alloc_send_skb(sk, frontlen + max_len, 0, noblock, &err)) == NULL){
+			if ((skbn = sock_alloc_send_skb(sk, frontlen + max_len, noblock, &err)) == NULL){
 				if(err == -EWOULDBLOCK && noblock){
 					kfree_skb(skb);
 					return sent;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)