1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/estic/files/patch-ap
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
337 B
Plaintext

--- spunk/stream.cc.orig Sat Feb 26 18:03:19 2000
+++ spunk/stream.cc Sat Feb 26 18:03:35 2000
@@ -245,7 +245,7 @@
void Stream::CopyFrom (Stream& S, size_t Count)
{
- static const BufSize = 4096; // Size of copy buffer
+ static const int BufSize = 4096; // Size of copy buffer
// Check parameter