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);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to