diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-06-19 18:43:33 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-06-19 18:43:33 +0000 |
| commit | 7a2aab80b0e52ab42fb171b0c39e4c976407068c (patch) | |
| tree | 49a9d860de04172cc860df0a54001356882b5a6a /sys/netinet/udp_usrreq.c | |
| parent | 6ea5bd80feed3cdbd8510472442e7e8d505c54f8 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index b0d293c96a48..fac34056c3ad 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95 - * $Id: udp_usrreq.c,v 1.50 1999/04/28 11:37:51 phk Exp $ + * $Id: udp_usrreq.c,v 1.51 1999/05/03 23:57:32 billf Exp $ */ #include <sys/param.h> @@ -78,7 +78,7 @@ SYSCTL_INT(_net_inet_udp, OID_AUTO, log_in_vain, CTLFLAG_RW, &log_in_vain, 0, "Log all incoming UDP packets"); static struct inpcbhead udb; /* from udp_var.h */ -static struct inpcbinfo udbinfo; +struct inpcbinfo udbinfo; #ifndef UDBHASHSIZE #define UDBHASHSIZE 16 |
