Ups, I removed NMB_INIT too.

Complained about by:	asami
This commit is contained in:
Poul-Henning Kamp 1996-05-12 07:48:47 +00:00
parent 8d92e174b9
commit 7642f4742d

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94
* $Id: uipc_mbuf.c,v 1.21 1996/05/10 19:28:48 wollman Exp $
* $Id: uipc_mbuf.c,v 1.22 1996/05/11 20:43:23 phk Exp $
*/
#include <sys/param.h>
@ -68,6 +68,8 @@ static void m_reclaim __P((void));
/* "number of clusters of pages" */
#define NCL_INIT 1
#define NMB_INIT 16
/* ARGSUSED*/
static void
mbinit(dummy)