diff options
author | bz <bz@FreeBSD.org> | 2009-01-22 10:29:09 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-01-22 10:29:09 +0000 |
commit | 44ed405ccdca2538588cc9924a380f63e379c163 (patch) | |
tree | 820478790ae154c0e0c426a3abf3d62096888f28 | |
parent | a1622264a59df7aef5aa015b70ed054d6f216b87 (diff) | |
download | FreeBSD-src-44ed405ccdca2538588cc9924a380f63e379c163.zip FreeBSD-src-44ed405ccdca2538588cc9924a380f63e379c163.tar.gz |
Add externs to fix build with VIMAGE_GLOBALS after r187289.
-rw-r--r-- | sys/netinet/tcp_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 306514a..c52506e 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -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; |