summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/estic/files/patch-stream.cc')
-rw-r--r--misc/estic/files/patch-stream.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-stream.cc b/misc/estic/files/patch-stream.cc
new file mode 100644
index 000000000000..61060394a628
--- /dev/null
+++ b/misc/estic/files/patch-stream.cc
@@ -0,0 +1,11 @@
+--- spunk/stream.cc.orig Sat Feb 26 18:03:19 2000
++++ spunk/stream.cc Sat Feb 26 18:03:35 2000
+@@ -245,7 +245,7 @@
+
+ void Stream::CopyFrom (Stream& S, size_t Count)
+ {
+- static const BufSize = 4096; // Size of copy buffer
++ static const int BufSize = 4096; // Size of copy buffer
+
+
+ // Check parameter