From: kettenis Date: Sat, 20 Aug 2016 19:31:01 +0000 (+0000) Subject: Don't set MSGBUFSIZE here such that the setting in takes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8bac4ef8fa1e2d321838a2c518d6b634b82ae913;p=openbsd 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@ --- 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.