hash_bigkey.c.patch   [plain text]


--- hash_bigkey.c.orig	2009-11-06 12:41:16.000000000 -0800
+++ hash_bigkey.c	2009-11-06 12:41:27.000000000 -0800
@@ -68,7 +68,7 @@ __FBSDID("$FreeBSD: src/lib/libc/db/hash
 #include <db.h>
 #include "hash.h"
 #include "page.h"
-#include "extern.h"
+#include "hash_extern.h"
 
 static int collect_key(HTAB *, BUFHEAD *, int, DBT *, int);
 static int collect_data(HTAB *, BUFHEAD *, int, int);