Index: src/sys/kern/subr_mbuf.c =================================================================== RCS file: /home/ncvs/src/sys/kern/subr_mbuf.c,v retrieving revision 1.32 diff -u -r1.32 subr_mbuf.c --- src/sys/kern/subr_mbuf.c 16 Oct 2002 01:54:44 -0000 1.32 +++ src/sys/kern/subr_mbuf.c 16 Oct 2002 19:35:11 -0000 @@ -418,7 +418,7 @@ * Allocate all the required counters for clusters. This makes * cluster allocations/deallocations much faster. */ - cl_refcntmap = (u_int *)kmem_malloc(mb_list_clust.ml_map, + cl_refcntmap = (u_int *)kmem_malloc(mb_list_mbuf.ml_map, roundup(nmbclusters * sizeof(u_int), MSIZE), M_NOWAIT); if (cl_refcntmap == NULL) goto bad;