]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash.h.patch
Libc-498.1.5.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash.h.patch
1 --- hash.h.orig 2003-10-22 19:07:01.000000000 -0700
2 +++ hash.h 2004-10-23 22:52:09.000000000 -0700
3 @@ -117,6 +117,8 @@
4 * allocate */
5 BUFHEAD bufhead; /* Header of buffer lru list */
6 SEGMENT *dir; /* Hash Bucket directory */
7 + /* other flags */
8 + int nextkey_eof :1; /* dbm_nextkey() reached EOF */
9 } HTAB;
10
11 /*