summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2016-03-13 21:26:18 +0000
committerbz <bz@FreeBSD.org>2016-03-13 21:26:18 +0000
commit21613a57af9500acca9b3528958312dd3ae12bb4 (patch)
treed311f56ed3122d7d123adcf0de720ad1cbbe7dbe /sys/netinet
parentbd7cbc7f20b157f6c712deaebba1cfb4f619cfcd (diff)
downloadFreeBSD-src-21613a57af9500acca9b3528958312dd3ae12bb4.zip
FreeBSD-src-21613a57af9500acca9b3528958312dd3ae12bb4.tar.gz
Remove duplicate external declaration of tcprexmtthresh making
gcc compiles barf.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_stacks/fastpath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/tcp_stacks/fastpath.c b/sys/netinet/tcp_stacks/fastpath.c
index 5eddccf..a447b88 100644
--- a/sys/netinet/tcp_stacks/fastpath.c
+++ b/sys/netinet/tcp_stacks/fastpath.c
@@ -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);
OpenPOWER on IntegriCloud