freebsd-ports/misc/estic/files/patch-delay.cc
Dirk Meyer b111b35ebf - add LICENSE
- use distribution patch
- extend pkg-message
- protect config file
- cleanup staged install
- make portlint happier
2017-01-29 14:47:22 +00:00

11 lines
305 B
C++

--- spunk/unixsrc/delay.cc.orig 1996-11-07 17:06:58 UTC
+++ 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 int ChunkSize = 256;
// Check the argument...
if (ms <= ChunkSize) {