diff options
Diffstat (limited to 'sys/arch/pmax/include/param.h')
-rw-r--r-- | sys/arch/pmax/include/param.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/pmax/include/param.h b/sys/arch/pmax/include/param.h index db56a782c17..45ffdda7c3c 100644 --- a/sys/arch/pmax/include/param.h +++ b/sys/arch/pmax/include/param.h @@ -1,3 +1,4 @@ +/* $OpenBSD: param.h,v 1.9 2000/07/04 05:46:23 maja Exp $ */ /* $NetBSD: param.h,v 1.18 1997/02/26 01:45:41 jonathan Exp $ */ /* @@ -105,6 +106,8 @@ #endif #endif +#define MSGBUFSIZE NBPG + #ifdef _KERNEL #ifndef _LOCORE extern int cpuspeed; |