Add externs to fix build with VIMAGE_GLOBALS after r187289.

This commit is contained in:
Bjoern A. Zeeb 2009-01-22 10:29:09 +00:00
parent 377e63ad8f
commit de4fbddd5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187585

View File

@ -540,6 +540,8 @@ extern int tcp_insecure_rst;
extern int tcp_do_autorcvbuf;
extern int tcp_autorcvbuf_inc;
extern int tcp_autorcvbuf_max;
extern int tcp_do_rfc3465;
extern int tcp_abc_l_var;
extern int tcp_do_tso;
extern int tcp_do_autosndbuf;