From 59b2e620ae7f4f5e235b38f7690c86202ecbd636 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 1 Jun 2002 12:07:20 +0000 Subject: Doh! --- libc/stdlib/setenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/setenv.c') diff --git a/libc/stdlib/setenv.c b/libc/stdlib/setenv.c index a7c2cb3f7..7f6a1501c 100644 --- a/libc/stdlib/setenv.c +++ b/libc/stdlib/setenv.c @@ -194,7 +194,7 @@ int putenv (char *string) free(name); return(result); } - __unsetenv (string); + unsetenv (string); return 0; } -- cgit v1.2.3