summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-05-17 09:04:31 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-05-17 09:04:31 +0000
commitfe919984faaad7f85efad23fae9c435e3ffedfe1 (patch)
tree0905e754bd05a203118e56e372f266639c5c86c5 /sys/netinet/udp_usrreq.c
parent2f32d10ffc3124fd87e6fe7dfbbab875ee9631e3 (diff)
Move an extern declaration into its corresponding header file.
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index ee306d33dd2..1231135e191 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udp_usrreq.c,v 1.160 2013/04/10 08:50:59 mpi Exp $ */
+/* $OpenBSD: udp_usrreq.c,v 1.161 2013/05/17 09:04:30 mpi Exp $ */
/* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */
/*
@@ -136,9 +136,6 @@ void udp_notify(struct inpcb *, int);
#endif
int udbhashsize = UDBHASHSIZE;
-/* from in_pcb.c */
-extern struct baddynamicports baddynamicports;
-
void
udp_init()
{