patch-1.3.71 linux/net/ipv4/tcp_input.c
Next file: linux/net/ipx/af_ipx.c
Previous file: linux/net/ipv4/arp.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Sun Mar  3 10:27:55 1996
-  Orig file: 
v1.3.70/linux/net/ipv4/tcp_input.c
-  Orig date: 
Wed Feb 28 11:50:18 1996
diff -u --recursive --new-file v1.3.70/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -1625,10 +1625,12 @@
 		skb->saddr = daddr;
 		skb->daddr = saddr;
 
-		/* We may need to add it to the backlog here. */
+		/*
+		 * We may need to add it to the backlog here. 
+		 */
 		if (sk->users) 
 		{
-			skb_queue_tail(&sk->back_log, skb);
+			__skb_queue_tail(&sk->back_log, skb);
 			return(0);
 		}
 	}
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