patch-2.4.20 linux-2.4.20/net/ipv4/tcp_ipv4.c
Next file: linux-2.4.20/net/ipv4/tcp_minisocks.c
Previous file: linux-2.4.20/net/ipv4/tcp_input.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/net/ipv4/tcp_ipv4.c
-  Orig date: 
Fri Aug  2 17:39:46 2002
diff -urN linux-2.4.19/net/ipv4/tcp_ipv4.c linux-2.4.20/net/ipv4/tcp_ipv4.c
@@ -1210,10 +1210,10 @@
 	arg.iov[0].iov_len  = sizeof(rep.th);
 	arg.n_iov = 1;
 	if (ts) {
-		rep.tsopt[0] = __constant_htonl((TCPOPT_NOP << 24) |
-						(TCPOPT_NOP << 16) |
-						(TCPOPT_TIMESTAMP << 8) |
-						TCPOLEN_TIMESTAMP);
+		rep.tsopt[0] = htonl((TCPOPT_NOP << 24) |
+				     (TCPOPT_NOP << 16) |
+				     (TCPOPT_TIMESTAMP << 8) |
+				     TCPOLEN_TIMESTAMP);
 		rep.tsopt[1] = htonl(tcp_time_stamp);
 		rep.tsopt[2] = htonl(ts);
 		arg.iov[0].iov_len = sizeof(rep);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)