X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/db/hash/FreeBSD/hash.h diff --git a/db/hash/FreeBSD/hash.h b/db/hash/FreeBSD/hash.h index f8ea5ca..e4f77c2 100644 --- a/db/hash/FreeBSD/hash.h +++ b/db/hash/FreeBSD/hash.h @@ -113,6 +113,8 @@ typedef struct htab { /* Memory resident data structure */ * allocate */ BUFHEAD bufhead; /* Header of buffer lru list */ SEGMENT *dir; /* Hash Bucket directory */ + /* other flags */ + int nextkey_eof :1; /* dbm_nextkey() reached EOF */ } HTAB; /*