Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow

ports builds in the cluster to work correctly.

Tested by: kris
This commit is contained in:
Mark Peek 2005-09-22 18:32:53 +00:00
parent 8aee0c82db
commit 4a9ddcdc52

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