summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ah
blob: 239a24046ef23a083f8b5af1a2ee8d5592a408c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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) {