summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-spunk_unixsrc_delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comms/estic/patches/patch-spunk_unixsrc_delay.cc')
-rw-r--r--comms/estic/patches/patch-spunk_unixsrc_delay.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-spunk_unixsrc_delay.cc b/comms/estic/patches/patch-spunk_unixsrc_delay.cc
new file mode 100644
index 00000000000..b5845814115
--- /dev/null
+++ b/comms/estic/patches/patch-spunk_unixsrc_delay.cc
@@ -0,0 +1,13 @@
+$NetBSD: patch-spunk_unixsrc_delay.cc,v 1.1 2012/11/16 00:37:47 joerg Exp $
+
+--- spunk/unixsrc/delay.cc.orig 1996-11-07 18:06:58.000000000 +0000
++++ spunk/unixsrc/delay.cc
+@@ -73,7 +73,7 @@ u32 Delay (u32 ms)
+ //
+ // The function returns the real time passed or just ms.
+ {
+- const ChunkSize = 256;
++ const u32 ChunkSize = 256;
+
+ // Check the argument...
+ if (ms <= ChunkSize) {