summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2005-09-22 18:32:53 +0000
committermp <mp@FreeBSD.org>2005-09-22 18:32:53 +0000
commitd6a716bd2a96b7e3bdf2ecef650b42a04243a255 (patch)
tree122b5b83dd720b34ae4ceb5b7023c4fa506255b9 /bin/csh
parent3aae67bbc2c943716db1fb4683512be1862b5826 (diff)
downloadFreeBSD-src-d6a716bd2a96b7e3bdf2ecef650b42a04243a255.zip
FreeBSD-src-d6a716bd2a96b7e3bdf2ecef650b42a04243a255.tar.gz
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
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 e96bffd..65b7f6a 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__)
OpenPOWER on IntegriCloud