Loading...
db/hash/FreeBSD/hash.h.patch Libc-498.1.5 /dev/null
--- Libc/Libc-498.1.5/db/hash/FreeBSD/hash.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- hash.h.orig	2003-10-22 19:07:01.000000000 -0700
-+++ hash.h	2004-10-23 22:52:09.000000000 -0700
-@@ -117,6 +117,8 @@
- 					 * allocate */
- 	BUFHEAD 	bufhead;	/* Header of buffer lru list */
- 	SEGMENT 	*dir;		/* Hash Bucket directory */
-+					/* other flags */
-+	int		nextkey_eof :1;	/* dbm_nextkey() reached EOF */
- } HTAB;
- 
- /*