Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2009 07:02:41 GMT
From:      Fang Wang <fangwang@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165367 for review
Message-ID:  <200906290702.n5T72fDE066848@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165367

Change 165367 by fangwang@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)));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906290702.n5T72fDE066848>