mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
11 lines
352 B
C++
11 lines
352 B
C++
--- spunk/stream.cc.orig 1996-12-18 12:09:02 UTC
|
|
+++ spunk/stream.cc
|
|
@@ -347,7 +347,7 @@ void Stream::Write (const void*, size_t)
|
|
|
|
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
|