From 8bac4ef8fa1e2d321838a2c518d6b634b82ae913 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 20 Aug 2016 19:31:01 +0000 Subject: [PATCH] Don't set MSGBUFSIZE here such that the setting in takes effect. This will let us have different settings on armv7 and zaurus and also unconfuses this developer. ok tom@, deraadt@ --- sys/arch/arm/include/param.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h index c8dc039f766..de0e3864fa3 100644 --- a/sys/arch/arm/include/param.h +++ b/sys/arch/arm/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.21 2013/06/13 05:13:12 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.22 2016/08/20 19:31:01 kettenis Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -57,10 +57,6 @@ #define NMBCLUSTERS 4096 /* map size, max cluster allocation */ -#ifndef MSGBUFSIZE -#define MSGBUFSIZE (1 * PAGE_SIZE) /* default message buffer size */ -#endif - /* * Maximum size of the kernel malloc arena in PAGE_SIZE-sized * logical pages. -- 2.20.1