From 84659e9a63be386af0d7e58612a02a4fe18e2b59 Mon Sep 17 00:00:00 2001 From: Eric Jackson Date: Thu, 6 Jul 2000 13:38:31 +0000 Subject: #ifndef MSGBUFSIZE, ok niklas@ --- sys/arch/alpha/include/param.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/include') diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h index 0926d360936..e48b30ee92d 100644 --- a/sys/arch/alpha/include/param.h +++ b/sys/arch/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.11 2000/02/22 19:27:40 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.12 2000/07/06 13:38:30 ericj Exp $ */ /* $NetBSD: param.h,v 1.15 1996/11/13 21:13:19 cgd Exp $ */ /* @@ -109,7 +109,9 @@ #endif #endif -#define MSGBUFSIZE 8192 +#ifndef MSGBUFSIZE +#define MSGBUFSIZE 1*NBPG +#endif /* * Size of kernel malloc arena in CLBYTES-sized logical pages -- cgit v1.2.3