summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDimitry Andric <dim@cvs.openbsd.org>2006-11-30 21:20:42 +0000
committerDimitry Andric <dim@cvs.openbsd.org>2006-11-30 21:20:42 +0000
commitefb3c626808a80ff06aa915be635a5ef50e13868 (patch)
treef5e8a432cd669200756b0bb78674108b7f879161 /sys/arch
parent964f318ece7d7495ecf9c2a4d440ba119dc36ed5 (diff)
Oops, didn't mean to increase the default msgbufsize for i386. Noticed by brad, thanks.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h
index 86defa3f2c4..cc288c2239b 100644
--- a/sys/arch/i386/include/param.h
+++ b/sys/arch/i386/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.37 2006/11/29 20:03:20 dim Exp $ */
+/* $OpenBSD: param.h,v 1.38 2006/11/30 21:20:41 dim Exp $ */
/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */
/*-
@@ -95,7 +95,7 @@
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
#ifndef MSGBUFSIZE
-#define MSGBUFSIZE 64*NBPG /* default message buffer size */
+#define MSGBUFSIZE 4*NBPG /* default message buffer size */
#endif
/*