d94912ffb8
German language configuration tool for ISTEC 1003/1008 ISDN systems
13 lines
378 B
Text
13 lines
378 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
|
|
|
|
--- ../spunk/unixsrc/delay.cc.orig Thu Nov 7 18:06:58 1996
|
|
+++ ../spunk/unixsrc/delay.cc Sat Feb 10 18:38:34 2001
|
|
@@ -73,7 +73,7 @@
|
|
//
|
|
// The function returns the real time passed or just ms.
|
|
{
|
|
- const ChunkSize = 256;
|
|
+ const u32 ChunkSize = 256;
|
|
|
|
// Check the argument...
|
|
if (ms <= ChunkSize) {
|