Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib link sradixsort(3) -> radixsort(3)



details:   https://anonhg.NetBSD.org/src/rev/9c84bb21852f
branches:  trunk
changeset: 501853:9c84bb21852f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 08 14:06:09 2001 +0000

description:
link sradixsort(3) -> radixsort(3)

diffstat:

 lib/libc/stdlib/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ba0bc75b8365 -r 9c84bb21852f lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc      Mon Jan 08 13:28:08 2001 +0000
+++ b/lib/libc/stdlib/Makefile.inc      Mon Jan 08 14:06:09 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.48 2000/12/21 11:29:48 itojun Exp $
+#      $NetBSD: Makefile.inc,v 1.49 2001/01/08 14:06:09 lukem Exp $
 #      from: @(#)Makefile.inc  8.3 (Berkeley) 2/4/95
 
 # stdlib sources
@@ -37,6 +37,7 @@
 MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3
 MLINKS+=rand48.3 srand48.3 rand48.3 seed48.3 rand48.3 lcong48.3
 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3
+MLINKS+=radixsort.3 sradixsort.3
 MLINKS+=strtol.3 strtoll.3
 MLINKS+=strtol.3 strtoq.3
 MLINKS+=strtoul.3 strtoull.3



Home | Main Index | Thread Index | Old Index