]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash.c.patch
Libc-391.4.1.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash.c.patch
1 --- /Volumes/XDisk/tmp/Libc/db/hash/FreeBSD/hash.c.orig 2004-09-09 22:41:41.000000000 -0700
2 +++ /Volumes/XDisk/tmp/Libc/db/hash/FreeBSD/hash.c 2004-10-24 17:08:27.000000000 -0700
3 @@ -58,7 +58,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 int alloc_segs(HTAB *, int);
11 static int flush_meta(HTAB *);