Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/db/hash Pull up revision 1.7 (requested by cgd):



details:   https://anonhg.NetBSD.org/src/rev/41fb166c05ed
branches:  netbsd-1-5
changeset: 490866:41fb166c05ed
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 13 21:20:18 2001 +0000

description:
Pull up revision 1.7 (requested by cgd):
  Replace hcreate() / hsearch() / hdestroy() implementation with
  one that actually works as it's supposed to.

diffstat:

 lib/libc/db/hash/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r ea6dae006252 -r 41fb166c05ed lib/libc/db/hash/Makefile.inc
--- a/lib/libc/db/hash/Makefile.inc     Tue Mar 13 21:19:55 2001 +0000
+++ b/lib/libc/db/hash/Makefile.inc     Tue Mar 13 21:20:18 2001 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.6 1996/05/03 21:43:43 cgd Exp $
+#      $NetBSD: Makefile.inc,v 1.6.18.1 2001/03/13 21:20:18 he Exp $
 #       @(#)Makefile.inc       8.1 (Berkeley) 6/4/93
 
 .PATH: ${.CURDIR}/db/hash
 
 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
-       hash_page.c hsearch.c ndbm.c
+       hash_page.c ndbm.c



Home | Main Index | Thread Index | Old Index