PERFORCE change 165367 for review

Fang Wang fangwang at FreeBSD.org
Mon Jun 29 07:02:43 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165367

Change 165367 by fangwang at fangwang_utobsd on 2009/06/29 07:02:26

	Fix warnning.

Affected files ...

.. //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_usrreq.c#5 edit

Differences ...

==== //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_usrreq.c#5 (text+ko) ====

@@ -1455,7 +1455,6 @@
 				tu.flags |= ENABLE_CHANGE;
 			if (tp->uto_flags & TCPUTO_ENABLE &&
 			    (tp->uto_flags & TCPUTO_PEER_SET) == TCPUTO_PEER_SET) {
-				u_int utoval;
 				TCP_UTOVAL(tu.uto, tp->rcv_uto);
 				tp->t_uto_impl = min(tcp_uto_max,
 				    max(tp->t_uto_adv, max(tu.uto, tcp_uto_min)));


More information about the p4-projects mailing list