svn commit: r296476 - head/sys/netinet/tcp_stacks

Glen Barber gjb at FreeBSD.org
Tue Mar 8 10:10:37 UTC 2016


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
> 
> Log:
>   Fix a sneaky bug where we were missing an extern
>   to get the rxt threshold.. and thus created our own defaulted to 0 :-(
>   

This appears to break gcc build.

 cc1: warnings being treated as errors
 /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:127: warning: redundant redeclaration of 'tcprexmtthresh' [-Wredundant-decls]
 /usr/src/sys/netinet/cc/cc.h:60: warning: previous declaration of 'tcprexmtthresh' was here
 --- fastpath.o ---
 *** [fastpath.o] Error code 1

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20160308/18d22d94/attachment.sig>


More information about the svn-src-head mailing list