Date: Sun, 13 Mar 2016 21:26:18 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296811 - head/sys/netinet/tcp_stacks Message-ID: <201603132126.u2DLQI8J066879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Sun Mar 13 21:26:18 2016 New Revision: 296811 URL: https://svnweb.freebsd.org/changeset/base/296811 Log: Remove duplicate external declaration of tcprexmtthresh making gcc compiles barf. Modified: head/sys/netinet/tcp_stacks/fastpath.c Modified: head/sys/netinet/tcp_stacks/fastpath.c ============================================================================== --- head/sys/netinet/tcp_stacks/fastpath.c Sun Mar 13 21:09:08 2016 (r296810) +++ head/sys/netinet/tcp_stacks/fastpath.c Sun Mar 13 21:26:18 2016 (r296811) @@ -124,8 +124,6 @@ __FBSDID("$FreeBSD$"); #include <security/mac/mac_framework.h> -extern const int tcprexmtthresh; - VNET_DECLARE(int, tcp_autorcvbuf_inc); #define V_tcp_autorcvbuf_inc VNET(tcp_autorcvbuf_inc) VNET_DECLARE(int, tcp_autorcvbuf_max);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603132126.u2DLQI8J066879>