Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/include bump MSGBUFSIZE



details:   https://anonhg.NetBSD.org/src/rev/ff413b3ba8ea
branches:  trunk
changeset: 364408:ff413b3ba8ea
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Mar 22 18:32:51 2022 +0000

description:
bump MSGBUFSIZE

diffstat:

 sys/arch/hppa/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 96b099f41bc0 -r ff413b3ba8ea sys/arch/hppa/include/param.h
--- a/sys/arch/hppa/include/param.h     Tue Mar 22 17:49:30 2022 +0000
+++ b/sys/arch/hppa/include/param.h     Tue Mar 22 18:32:51 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.29 2021/05/31 14:38:55 simonb Exp $        */
+/*     $NetBSD: param.h,v 1.30 2022/03/22 18:32:51 macallan Exp $      */
 
 /*     $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $       */
 
@@ -64,7 +64,7 @@
 #define        USPACE          (UPAGES * NBPG) /* pages for user struct and kstack */
 
 #ifndef        MSGBUFSIZE
-#define        MSGBUFSIZE      (2 * NBPG)      /* default message buffer size */
+#define        MSGBUFSIZE      (4 * NBPG)      /* default message buffer size */
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index