From 514764d951001cf00df0f01dc4067490b6f10c67 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Mon, 29 Nov 2010 00:06:05 +0000 Subject: double the default message buffer size. again. requested by deraadt@ --- sys/arch/amd64/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index 0a05730ac25..89cfe97cde1 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2010/06/22 05:20:40 dlg Exp $ */ +/* $OpenBSD: param.h,v 1.17 2010/11/29 00:06:04 dlg Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -94,7 +94,7 @@ #define USPACE_ALIGN (0) /* u-area alignment 0-none */ #ifndef MSGBUFSIZE -#define MSGBUFSIZE 8*NBPG /* default message buffer size */ +#define MSGBUFSIZE 16*NBPG /* default message buffer size */ #endif /* -- cgit v1.2.3