From owner-svn-src-all@freebsd.org Tue Mar 8 10:10:37 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22156AC7B16; Tue, 8 Mar 2016 10:10:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1409D8D7; Tue, 8 Mar 2016 10:10:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 6E05F188C; Tue, 8 Mar 2016 10:10:36 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Tue, 8 Mar 2016 10:10:34 +0000 From: Glen Barber To: Randall Stewart Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r296476 - head/sys/netinet/tcp_stacks Message-ID: <20160308101034.GO1531@FreeBSD.org> References: <201603080016.u280GYUr032779@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DMLl6fZPX8o7hGmc" Content-Disposition: inline In-Reply-To: <201603080016.u280GYUr032779@repo.freebsd.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 10:10:37 -0000 --DMLl6fZPX8o7hGmc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 08, 2016 at 12:16:34AM +0000, Randall Stewart wrote: > Author: rrs > Date: Tue Mar 8 00:16:34 2016 > New Revision: 296476 > URL: https://svnweb.freebsd.org/changeset/base/296476 >=20 > Log: > Fix a sneaky bug where we were missing an extern > to get the rxt threshold.. and thus created our own defaulted to 0 :-( > =20 This appears to break gcc build. cc1: warnings being treated as errors /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:1= 27: warning: redundant redeclaration of 'tcprexmtthresh' [-Wredundant-decls] /usr/src/sys/netinet/cc/cc.h:60: warning: previous declaration of 'tcprexm= tthresh' was here --- fastpath.o --- *** [fastpath.o] Error code 1 Glen --DMLl6fZPX8o7hGmc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW3qUVAAoJEAMUWKVHj+KTKNsP/3CdhO1U3atnyIcGoGfduRCB luxj8XMf2Dk3lxLlwbcjylN54JzUAy7++DmbbU93fNaViTDMyLFkqbFq8Jv6Xw/l V34GMoJarcCKqyi2nrq7k7hPB68NTdt/zaqx69KSldrmbXqj3q/UD0ZVVxEekhm6 HDHM0OArEyarRlDVVxIl1ekyn5sUrj2KuFhNN1qZqxzJpcvhZ9GDsblgZhomLtaN d9HtVRnyqTUnom7DxhjWc3NqAgvWcE5Wb7gNykyCImbgYov90CbrVaSbKImo01Ay XI0T1kQLjEx1K1JmTnZIRF2td8Pt/Sf9gteUe9HWh4q6XN6dCzoJzRtp8SgysDJH sv0LzfQNj757FA3nd6obIFTxiXx5zrgAP/lF/qg287jMXVQrw3VJIca+O/g9t43C SupaNEz7v/UxWtlQRRR21sWqiCVVehQ+0wPQ/8mUdcYkYHUburlH52GCkxdPCXNT TY+N8qZkWH85+KgGDVzEl31qLcVD+Uf5CHp0BavwrgiGS8d3N+cffvB+WCdueRKT Xx8o7aqi71XLhR0AU+VGIoaG8OkCrcjjDqLEd327F+hpMHw1YyYsFmZDAE7CMgIK 6eZXhm945Byp8fN/7+nTZqPlkWFT8ra2D1AYrMer3z1fItQwwoGc8qy4Eymdy4rd k+r09oqZPBpNIJUfsjPo =NZRm -----END PGP SIGNATURE----- --DMLl6fZPX8o7hGmc--