Move the definition of MSGBUFSIZE up to the machine-arch level if
possible. Pointed out by Bernd Ernesti.
This commit is contained in:
parent
2b138578d7
commit
1e11bfa8b7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param3x.h,v 1.8 1997/09/19 13:55:40 leo Exp $ */
|
||||
/* $NetBSD: param3x.h,v 1.9 1997/09/20 12:12:24 leo Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -66,10 +66,6 @@
|
|||
|
||||
#include <m68k/param.h>
|
||||
|
||||
#ifndef MSGBUFSIZE
|
||||
#define MSGBUFSIZE NBPG /* default message buffer size */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Size of kernel malloc arena in CLBYTES-sized logical pages
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.8 1997/09/19 13:55:40 leo Exp $ */
|
||||
/* $NetBSD: param.h,v 1.9 1997/09/20 12:12:24 leo Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -66,10 +66,6 @@
|
|||
|
||||
#include <m68k/param.h>
|
||||
|
||||
#ifndef MSGBUFSIZE
|
||||
#define MSGBUFSIZE NBPG /* default message buffer size */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Size of kernel malloc arena in CLBYTES-sized logical pages
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue