diff options
author | 2013-05-17 09:04:30 +0000 | |
---|---|---|
committer | 2013-05-17 09:04:30 +0000 | |
commit | 40b25ef33465cd5f7903a82bcf1976916fea66ff (patch) | |
tree | c72960a571538f09f2abfd9146d14525bdd623fc /sys/netinet/tcp_usrreq.c | |
parent | sys/uvm_extern.h -> uvm/uvm_extern.h (diff) | |
download | wireguard-openbsd-40b25ef33465cd5f7903a82bcf1976916fea66ff.tar.xz wireguard-openbsd-40b25ef33465cd5f7903a82bcf1976916fea66ff.zip |
Move an extern declaration into its corresponding header file.
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r-- | sys/netinet/tcp_usrreq.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index fbafe9d3fc7..cd232e44685 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_usrreq.c,v 1.111 2013/04/10 08:50:59 mpi Exp $ */ +/* $OpenBSD: tcp_usrreq.c,v 1.112 2013/05/17 09:04:30 mpi Exp $ */ /* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */ /* @@ -100,9 +100,6 @@ #include <netinet/tcpip.h> #include <netinet/tcp_debug.h> -/* from in_pcb.c */ -extern struct baddynamicports baddynamicports; - #ifndef TCP_SENDSPACE #define TCP_SENDSPACE 1024*16 #endif |