summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-textstrm.cc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-06 08:38:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-06 08:38:32 +0000
commit0ccc29e81c5ca92dece3cbca352e8f4460e7378c (patch)
tree3e43451d78c5e9757e7e213eca37356b048ec27d /misc/estic/files/patch-textstrm.cc
parentUpdate to 2.96 (diff)
- rename and merge patches
(for better CVS tracking of next updates)
Diffstat (limited to 'misc/estic/files/patch-textstrm.cc')
-rw-r--r--misc/estic/files/patch-textstrm.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/estic/files/patch-textstrm.cc b/misc/estic/files/patch-textstrm.cc
new file mode 100644
index 000000000000..71d1464a4424
--- /dev/null
+++ b/misc/estic/files/patch-textstrm.cc
@@ -0,0 +1,13 @@
+--- spunk/textstrm.cc.orig Sat Feb 26 18:05:06 2000
++++ spunk/textstrm.cc Sat Feb 26 18:05:17 2000
+@@ -66,8 +66,8 @@
+ // LineLen is the estimated length of a line in the file used for
+ // estimating the size of the buffer.
+ {
+- static const Delta = 100;
+- static const BufSize = 4096;
++ static const int Delta = 100;
++ static const int BufSize = 4096;
+
+ // Estimate the count of lines
+ if ((Limit = Size / LineLen) < 100) {