diff options
author | millert <> | 2002-12-03 20:27:17 +0000 |
---|---|---|
committer | millert <> | 2002-12-03 20:27:17 +0000 |
commit | 5fe9fa17186222084f633ef821dd98b2701ff5f3 (patch) | |
tree | dc441f5b047cf10dce42b6c6b57c5d390fd2b110 /src/lib | |
parent | 4bbebe1cbc72fcf121b5982aba8121a040997270 (diff) | |
download | openbsd-5fe9fa17186222084f633ef821dd98b2701ff5f3.tar.gz openbsd-5fe9fa17186222084f633ef821dd98b2701ff5f3.tar.bz2 openbsd-5fe9fa17186222084f633ef821dd98b2701ff5f3.zip |
fix typo
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 8f16135e99..98c13c8c8e 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ | 6 | SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ |
7 | calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ | 7 | calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ |
8 | getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.c = | 8 | getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.c \ |
9 | qsort.c radixsort.c rand.c random.c realpath.c setenv.c strtod.c \ | 9 | qsort.c radixsort.c rand.c random.c realpath.c setenv.c strtod.c \ |
10 | strtol.c strtoll.c strtoul.c strtoull.c system.c tfind.c tsearch.c \ | 10 | strtol.c strtoll.c strtoul.c strtoull.c system.c tfind.c tsearch.c \ |
11 | _rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \ | 11 | _rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \ |