Source-Changes-HG archive

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

[src/trunk]: src/lib/libc build new hsearch() code



details:   https://anonhg.NetBSD.org/src/rev/989f37888152
branches:  trunk
changeset: 503809:989f37888152
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed Feb 14 05:44:29 2001 +0000

description:
build new hsearch() code

diffstat:

 lib/libc/db/hash/Makefile.inc |  4 ++--
 lib/libc/db/man/Makefile.inc  |  6 ++----
 lib/libc/stdlib/Makefile.inc  |  6 ++++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 0c3359a46f04 -r 989f37888152 lib/libc/db/hash/Makefile.inc
--- a/lib/libc/db/hash/Makefile.inc     Wed Feb 14 05:41:46 2001 +0000
+++ b/lib/libc/db/hash/Makefile.inc     Wed Feb 14 05:44:29 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.7 2001/02/14 05:44:29 cgd 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
diff -r 0c3359a46f04 -r 989f37888152 lib/libc/db/man/Makefile.inc
--- a/lib/libc/db/man/Makefile.inc      Wed Feb 14 05:41:46 2001 +0000
+++ b/lib/libc/db/man/Makefile.inc      Wed Feb 14 05:44:29 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.8 2001/02/14 05:44:29 cgd 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
diff -r 0c3359a46f04 -r 989f37888152 lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc      Wed Feb 14 05:41:46 2001 +0000
+++ b/lib/libc/stdlib/Makefile.inc      Wed Feb 14 05:44:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.49 2001/01/08 14:06:09 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.50 2001/02/14 05:44:29 cgd Exp $
 #      from: @(#)Makefile.inc  8.3 (Berkeley) 2/4/95
 
 # stdlib sources
@@ -7,7 +7,8 @@
 SRCS+= _rand48.c _strtoll.c _strtoull.c \
        a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \
        bsearch.c calloc.c drand48.c erand48.c exit.c \
-       getenv.c getopt.c getopt_long.c getsubopt.c heapsort.c jrand48.c \
+       getenv.c getopt.c getopt_long.c getsubopt.c \
+       hcreate.c heapsort.c jrand48.c \
        l64a.c lldiv.c lcong48.c lrand48.c malloc.c merge.c mrand48.c \
        nrand48.c putenv.c qabs.c qdiv.c qsort.c radixsort.c \
        rand.c rand_r.c random.c seed48.c setenv.c srand48.c strtod.c \
@@ -29,6 +30,7 @@
 MLINKS+=a64l.3 l64a.3
 MLINKS+=a64l.3 l64a_r.3
 MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
+MLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3
 MLINKS+=malloc.3 calloc.3 malloc.3 realloc.3 malloc.3 free.3
 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
 MLINKS+=rand.3 rand_r.3



Home | Main Index | Thread Index | Old Index