Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib compile unsetenv(3) into libc or you'll mess...
details: https://anonhg.NetBSD.org/src/rev/746f4ecc6d37
branches: trunk
changeset: 545375:746f4ecc6d37
user: drochner <drochner%NetBSD.org@localhost>
date: Mon Apr 07 16:22:43 2003 +0000
description:
compile unsetenv(3) into libc or you'll mess up your system
diffstat:
lib/libc/stdlib/Makefile.inc | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3f6803d5ee2a -r 746f4ecc6d37 lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc Mon Apr 07 15:51:11 2003 +0000
+++ b/lib/libc/stdlib/Makefile.inc Mon Apr 07 16:22:43 2003 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.53 2002/11/29 12:58:17 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.54 2003/04/07 16:22:43 drochner Exp $
# from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
# stdlib sources
.PATH: ${ARCHDIR}/stdlib ${.CURDIR}/stdlib
SRCS+= _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \
+ __unsetenv13.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 \
@@ -14,7 +15,8 @@
rand.c rand_r.c random.c seed48.c setenv.c srand48.c \
strsuftoll.c strtod.c \
strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \
- strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
+ strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \
+ unsetenv.c
# machine-dependent stdlib sources
# m-d Makefile.inc must include sources for:
Home |
Main Index |
Thread Index |
Old Index