From 96e1d5303d0fb84f7f212234a3f552fcefc3e1c6 Mon Sep 17 00:00:00 2001 From: mp Date: Tue, 27 Sep 2005 14:49:41 +0000 Subject: [PATCH] Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow ports builds in the cluster to work correctly. Approved by: re --- bin/csh/config_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index e96bffd857e7..65b7f6a16bb6 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -98,6 +98,7 @@ #define SYSMALLOC /* Use LC_MESSAGES locale category to open the message catalog */ #define MCLoadBySet NL_CAT_LOCALE +#define BUFSIZE 8192 #endif #if defined(__bsdi__)