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
This commit is contained in:
mp 2005-09-27 14:49:41 +00:00
parent 1f7ce2bb5e
commit 96e1d5303d

View File

@ -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__)