aboutsummaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/estic/files/patch-delay.cc')
-rw-r--r--misc/estic/files/patch-delay.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-delay.cc b/misc/estic/files/patch-delay.cc
new file mode 100644
index 000000000000..acdbfb29b3fe
--- /dev/null
+++ b/misc/estic/files/patch-delay.cc
@@ -0,0 +1,11 @@
+--- spunk/unixsrc/delay.cc.orig Sat Feb 26 17:50:13 2000
++++ spunk/unixsrc/delay.cc Sat Feb 26 17:50:24 2000
+@@ -73,7 +73,7 @@
+ //
+ // The function returns the real time passed or just ms.
+ {
+- const ChunkSize = 256;
++ const int ChunkSize = 256;
+
+ // Check the argument...
+ if (ms <= ChunkSize) {