diff options
author | 2013-04-10 08:50:59 +0000 | |
---|---|---|
committer | 2013-04-10 08:50:59 +0000 | |
commit | 96c820636b53d5eb761dc8974342357acdf1b321 (patch) | |
tree | b5dbab679e4cb77579a8f3e316933e33789c08d1 /sys/netinet/tcp_usrreq.c | |
parent | Merge usbd_get_device_desc() into the only function using them. (diff) | |
download | wireguard-openbsd-96c820636b53d5eb761dc8974342357acdf1b321.tar.xz wireguard-openbsd-96c820636b53d5eb761dc8974342357acdf1b321.zip |
Remove various external variable declaration from sources files and
move them to the corresponding header with an appropriate comment if
necessary.
ok guenther@
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r-- | sys/netinet/tcp_usrreq.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index d2780b1e8e1..fbafe9d3fc7 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_usrreq.c,v 1.110 2012/02/24 06:19:00 guenther Exp $ */ +/* $OpenBSD: tcp_usrreq.c,v 1.111 2013/04/10 08:50:59 mpi Exp $ */ /* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */ /* @@ -100,14 +100,6 @@ #include <netinet/tcpip.h> #include <netinet/tcp_debug.h> -/* - * TCP protocol interface to socket abstraction. - */ -extern char *tcpstates[]; -extern int tcptv_keep_init; - -extern int tcp_rst_ppslim; - /* from in_pcb.c */ extern struct baddynamicports baddynamicports; |