]> git.saurik.com Git - apple/libc.git/blame - db/hash/FreeBSD/hash.h.patch
Libc-763.13.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash.h.patch
CommitLineData
1f2f436a
A
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
3d9156a7
A
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 /*