diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-12 00:48:53 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-12 00:48:53 +0000 |
commit | a0d1db887f3a0541c44c09ae5f7926a37cfaa788 (patch) | |
tree | 40e9b2def209c699a802917eed3318661b6f1686 /sys/netinet/udp_usrreq.c | |
parent | 88ce98795e60512c65517b040e879766d6bd341b (diff) |
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r-- | sys/netinet/udp_usrreq.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 094fcdbc17b..a95778483e7 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp_usrreq.c,v 1.86 2002/08/28 15:43:03 pefo Exp $ */ +/* $OpenBSD: udp_usrreq.c,v 1.87 2003/05/12 00:48:52 jason Exp $ */ /* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */ /* @@ -108,6 +108,8 @@ extern int ip6_defhlim; */ int udpcksum = 1; +struct inpcbtable udbtable; +struct udpstat udpstat; static void udp_detach(struct inpcb *); static void udp_notify(struct inpcb *, int); |