$OpenBSD: patch-base_src_common_ObDict_h,v 1.3 2002/09/04 16:21:43 todd Exp $
--- base/src/common/ObDict.h.orig	Wed Jul 17 23:27:55 2002
+++ base/src/common/ObDict.h	Tue Sep  3 23:34:47 2002
@@ -44,7 +44,7 @@
 typedef struct ObDictEntry ObDictEntry;
 struct ObDictEntry {
   const char *trueName;		/* of the object */
-  unsigned long tnHash;	        /* hash of the truename for quick compare */
+  u_int32_t tnHash;	        /* hash of the truename for quick compare */
   unsigned w;			/* aux word */
 
   void *value;
