Module Name:    src
Committed By:   macallan
Date:           Tue Mar 22 18:32:51 UTC 2022

Modified Files:
        src/sys/arch/hppa/include: param.h

Log Message:
bump MSGBUFSIZE


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hppa/include/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/include/param.h
diff -u src/sys/arch/hppa/include/param.h:1.29 src/sys/arch/hppa/include/param.h:1.30
--- src/sys/arch/hppa/include/param.h:1.29	Mon May 31 14:38:55 2021
+++ src/sys/arch/hppa/include/param.h	Tue Mar 22 18:32:51 2022
@@ -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
 
 /*

Reply via email to