]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash_func.c.patch
db68d77754f7bef64cc97ac8329fc99c4ac6ca53
[apple/libc.git] / db / hash / FreeBSD / hash_func.c.patch
1 --- hash_func.c.orig 2009-11-06 12:41:16.000000000 -0800
2 +++ hash_func.c 2009-11-06 12:41:27.000000000 -0800
3 @@ -41,7 +41,7 @@ __FBSDID("$FreeBSD: src/lib/libc/db/hash
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 hash1(const void *, size_t) __unused;
11 static u_int32_t hash2(const void *, size_t) __unused;