Loading...
db/hash/FreeBSD/hash.h.patch /dev/null Libc-763.11
--- /dev/null
+++ Libc/Libc-763.11/db/hash/FreeBSD/hash.h.patch
@@ -0,0 +1,11 @@
+--- hash.h.orig	2009-11-06 12:41:16.000000000 -0800
++++ hash.h	2009-11-06 12:41:27.000000000 -0800
+@@ -113,6 +113,8 @@ typedef struct htab	 {		/* Memory reside
+ 					 * allocate */
+ 	BUFHEAD 	bufhead;	/* Header of buffer lru list */
+ 	SEGMENT 	*dir;		/* Hash Bucket directory */
++					/* other flags */
++	int		nextkey_eof :1;	/* dbm_nextkey() reached EOF */
+ } HTAB;
+ 
+ /*