summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-au
blob: 331a7821a31fd9569ac2ca9e577d8c264bb51bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-au,v 1.1 2001/10/14 17:19:59 tron Exp $

--- ../spunk/stream.cc.orig	Wed Dec 18 13:09:02 1996
+++ ../spunk/stream.cc	Sun Oct 14 19:12:10 2001
@@ -347,7 +347,7 @@
 
 void Stream::CopyFrom (Stream& S, size_t Count)
 {
-    static const BufSize = 4096;            // Size of copy buffer
+    static const size_t BufSize = 4096;            // Size of copy buffer
 
 
     // Check parameter