mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ups, I removed NMB_INIT too.
Complained about by: asami
This commit is contained in:
parent
8d92e174b9
commit
7642f4742d
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue