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