]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash.c.patch
a945d6961031e6a8353d104cb1e03c51f09535d1
[apple/libc.git] / db / hash / FreeBSD / hash.c.patch
1 --- hash.c.orig Thu Mar 21 14:46:26 2002
2 +++ hash.c Sat Oct 18 18:30:33 2003
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 *);