$NetBSD$

--- ../spunk/textstrm.cc.orig	Thu Nov  7 18:06:52 1996
+++ ../spunk/textstrm.cc	Sun Oct 14 19:14:11 2001
@@ -66,8 +66,8 @@
 // LineLen is the estimated length of a line in the file used for
 // estimating the size of the buffer.
 {
-    static const Delta   = 100;
-    static const BufSize = 4096;
+    static const u32 Delta   = 100;
+    static const u32 BufSize = 4096;
 
     // Estimate the count of lines
     if ((Limit = Size / LineLen) < 100) {
