]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash_bigkey.c.patch
Libc-763.13.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash_bigkey.c.patch
1 --- hash_bigkey.c.orig 2009-11-06 12:41:16.000000000 -0800
2 +++ hash_bigkey.c 2009-11-06 12:41:27.000000000 -0800
3 @@ -68,7 +68,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 int collect_key(HTAB *, BUFHEAD *, int, DBT *, int);
11 static int collect_data(HTAB *, BUFHEAD *, int, int);