Remove duplicate external declaration of tcprexmtthresh making

gcc compiles barf.
This commit is contained in:
Bjoern A. Zeeb 2016-03-13 21:26:18 +00:00
parent 6e5a582da2
commit 19edab1711

View File

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