diff options
| author | macallan <macallan@NetBSD.org> | 2022-03-22 18:32:51 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2022-03-22 18:32:51 +0000 |
| commit | 9ddcb3410c05bb4c82c151adf7d2897bb2fac045 (patch) | |
| tree | 2bac4c825aa509bfeb55647209588407a8c7a795 /sys | |
| parent | 822491cf1117a77e47e28371828ef44b752bdb27 (diff) | |
bump MSGBUFSIZE
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/hppa/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 82d029e45d6..9bff74ac538 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -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 /* |
