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

Bjoern A. Zeeb bz at FreeBSD.org
Sun Mar 13 21:26:20 UTC 2016


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);


More information about the svn-src-head mailing list