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/man Pull up revision 1.8 (requested by cgd):



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

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

diffstat:

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

diffs (19 lines):

diff -r 41fb166c05ed -r b2df384c3968 lib/libc/db/man/Makefile.inc
--- a/lib/libc/db/man/Makefile.inc      Tue Mar 13 21:20:18 2001 +0000
+++ b/lib/libc/db/man/Makefile.inc      Tue Mar 13 21:20:34 2001 +0000
@@ -1,13 +1,11 @@
-#      $NetBSD: Makefile.inc,v 1.7 1999/03/08 18:43:21 kleink Exp $
+#      $NetBSD: Makefile.inc,v 1.7.10.1 2001/03/13 21:20:34 he Exp $
 #       @(#)Makefile.inc       8.1 (Berkeley) 6/4/93
 
 .PATH: ${.CURDIR}/db/man
 
 # mpool.3
-MAN+=  btree.3 dbopen.3 hash.3 hcreate.3 recno.3 mpool.3
+MAN+=  btree.3 dbopen.3 hash.3 recno.3 mpool.3
 MLINKS+= dbopen.3 db.3
-MLINKS+= hcreate.3 hdestroy.3
-MLINKS+= hcreate.3 hsearch.3
 MLINKS+= mpool.3 mpool_open.3 mpool.3 mpool_filter.3 mpool.3 mpool_new.3
 MLINKS+= mpool.3 mpool_get.3 mpool.3 mpool_put.3 mpool.3 mpool_sync.3
 MLINKS+= mpool.3 mpool_close.3



Home | Main Index | Thread Index | Old Index