diff options
| author | David Greenman <dg@FreeBSD.org> | 1997-03-03 09:23:37 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1997-03-03 09:23:37 +0000 |
| commit | ddd79a9790e7c43cfa30f6205763d3d7fe7569fc (patch) | |
| tree | 7cc2b3f5841ac43784a02c5d56158b4451394dcb /sys/netinet/udp_usrreq.c | |
| parent | 216a8ce058a71dc6e9cb06b63a110f675b4b7160 (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 801d93a42d1f..56a84acccd13 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.34 1997/02/18 20:46:36 wollman Exp $ + * $Id: udp_usrreq.c,v 1.35 1997/02/24 20:31:25 wollman Exp $ */ #include <sys/param.h> @@ -99,7 +99,7 @@ udp_init() { LIST_INIT(&udb); udbinfo.listhead = &udb; - udbinfo.hashbase = phashinit(UDBHASHSIZE, M_PCB, &udbinfo.hashsize); + udbinfo.hashbase = hashinit(UDBHASHSIZE, M_PCB, &udbinfo.hashmask); } void |
