summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-05-17 09:04:30 +0000
committermpi <mpi@openbsd.org>2013-05-17 09:04:30 +0000
commit40b25ef33465cd5f7903a82bcf1976916fea66ff (patch)
treec72960a571538f09f2abfd9146d14525bdd623fc /sys/netinet/tcp_usrreq.c
parentsys/uvm_extern.h -> uvm/uvm_extern.h (diff)
downloadwireguard-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.c5
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