]> git.saurik.com Git - apple/libc.git/blob - db/hash/FreeBSD/hash.h.patch
Libc-763.13.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash.h.patch
1 --- hash.h.orig 2009-11-06 12:41:16.000000000 -0800
2 +++ hash.h 2009-11-06 12:41:27.000000000 -0800
3 @@ -113,6 +113,8 @@ typedef struct htab { /* Memory reside
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 /*