aboutsummaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2005-09-22 18:32:53 +0000
committerMark Peek <mp@FreeBSD.org>2005-09-22 18:32:53 +0000
commit4a9ddcdc522c525c196f00ed11a7927b5c638212 (patch)
tree122b5b83dd720b34ae4ceb5b7023c4fa506255b9 /bin/csh
parent8aee0c82db8f50535da845a1d98bc8fa1a4f73f9 (diff)
downloadsrc-4a9ddcdc522c525c196f00ed11a7927b5c638212.tar.gz
src-4a9ddcdc522c525c196f00ed11a7927b5c638212.zip
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
Notes
Notes: svn path=/head/; revision=150479
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/config_p.h1
1 files changed, 1 insertions, 0 deletions
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__)