diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-14 18:26:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-09-14 18:26:53 +0000 |
commit | 476fd8d262d054fef72001b5c9952746f7067fe4 (patch) | |
tree | 6d5715fdff049583bdffd66b6db48d1f41e199c5 /sys/arch | |
parent | 7e48b7e368e745a99d0a8e7bdac8a3dfe6ef83f1 (diff) |
crank MSGBUFSIZE
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index efa25aad46f..fef67491398 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.10 2000/07/28 13:04:29 rahnds Exp $ */ +/* $OpenBSD: param.h,v 1.11 2000/09/14 18:26:52 deraadt Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -88,7 +88,7 @@ #endif #endif -#define MSGBUFSIZE NBPG +#define MSGBUFSIZE (NBPG*2) /* * Size of kernel malloc arena in CLBYTES-sized logical pages. |