$NetBSD$

--- ../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
