--- src/exec/libdx/hash.c~	2005-12-26 12:19:33.000000000 -0500
+++ src/exec/libdx/hash.c	2010-09-28 16:08:29.094221567 -0400
@@ -22,9 +22,9 @@
 typedef struct leafCache LeafCache;
 
 #define MAX_D  24
-#define LEAF_LEN 8
-#define LEAF_WRAP 0x07
-#define LEAF_SHIFT 3
+#define LEAF_LEN 256
+#define LEAF_WRAP 0xFF
+#define LEAF_SHIFT 8
 
 #define MAGIC_PSEUDOKEY 0xffffffff

