]> git.saurik.com Git - apple/libc.git/blame - db/hash/FreeBSD/hash_page.c.patch
Libc-391.4.1.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash_page.c.patch
CommitLineData
eb1cde05
A
1--- hash_page.c.orig Thu Mar 21 14:46:26 2002
2+++ hash_page.c Sat Oct 18 18:31:10 2003
59e0d9fe
A
3@@ -74,7 +74,7 @@
4 #include <db.h>
5 #include "hash.h"
6 #include "page.h"
7-#include "extern.h"
8+#include "hash_extern.h"
9
10 static u_int32_t *fetch_bitmap(HTAB *, int);
11 static u_int32_t first_free(u_int32_t);