forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
312 B
C++
11 lines
312 B
C++
--- 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) {
|