$OpenBSD: patch-base_src_common_EntityCache_c,v 1.3 2002/09/04 16:21:43 todd Exp $
--- base/src/common/EntityCache.c.orig	Mon Jul 29 22:48:38 2002
+++ base/src/common/EntityCache.c	Tue Sep  3 23:34:47 2002
@@ -61,8 +61,8 @@ struct EcacheNode {
 };
 
 struct EntityCache {
-  unsigned long sz;
-  unsigned long max;
+  u_int32_t sz;
+  u_int32_t max;
   rbtree *tree;
 
   EcacheNode *oldest;		/* pointer to oldest */
