aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/hash/hsearch.c')
-rw-r--r--lib/libc/db/hash/hsearch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hsearch.c b/lib/libc/db/hash/hsearch.c
index 30657b2c8ab6..8074d67945cf 100644
--- a/lib/libc/db/hash/hsearch.c
+++ b/lib/libc/db/hash/hsearch.c
@@ -35,7 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hsearch.c 8.1 (Berkeley) 6/4/93";
+static char sccsid[] = "@(#)hsearch.c 8.2 (Berkeley) 9/7/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -62,7 +62,7 @@ hcreate(nel)
info.cachesize = NULL;
info.hash = NULL;
info.lorder = 0;
- dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR, 0600, &info);
+ dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR, 0600, &info, 0);
return ((int)dbp);
}