summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-09-14 18:26:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-09-14 18:26:53 +0000
commit476fd8d262d054fef72001b5c9952746f7067fe4 (patch)
tree6d5715fdff049583bdffd66b6db48d1f41e199c5 /sys/arch
parent7e48b7e368e745a99d0a8e7bdac8a3dfe6ef83f1 (diff)
crank MSGBUFSIZE
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/include/param.h4
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.