summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'comms/estic/patches/patch-av')
-rw-r--r--comms/estic/patches/patch-av15
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-av b/comms/estic/patches/patch-av
new file mode 100644
index 00000000000..9ba771a96b3
--- /dev/null
+++ b/comms/estic/patches/patch-av
@@ -0,0 +1,15 @@
+$NetBSD: patch-av,v 1.1 2001/10/14 17:19:59 tron Exp $
+
+--- ../spunk/textstrm.cc.orig Thu Nov 7 18:06:52 1996
++++ ../spunk/textstrm.cc Sun Oct 14 19:14:11 2001
+@@ -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 u32 Delta = 100;
++ static const u32 BufSize = 4096;
+
+ // Estimate the count of lines
+ if ((Limit = Size / LineLen) < 100) {