]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash_buf.c.patch
11e57991137abc1c1135b725281572c25569c47c
[apple/libc.git] / db / hash / FreeBSD / hash_buf.c.patch
1 --- hash_buf.c (revision 61187)
2 +++ hash_buf.c (working copy)
3 @@ -66,7 +66,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 BUFHEAD *newbuf(HTAB *, u_int32_t, BUFHEAD *);
11
12 @@ -293,7 +293,7 @@
13 return (bp);
14 }
15
16 -void
17 +__private_extern__ void
18 __buf_init(HTAB *hashp, int nbytes)
19 {
20 BUFHEAD *bfp;