1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/misc/estic/files/patch-ah
Steve Price 059a88c435 Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
2000-02-27 15:04:16 +00:00

12 lines
312 B
Plaintext

--- 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) {