From e38ea662fa0de0477da78b32032cc54effa66938 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 28 Feb 2004 20:53:08 +0000 Subject: * unsetenv.c: Fixed debugging typo. --- util/unsetenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/unsetenv.c') diff --git a/util/unsetenv.c b/util/unsetenv.c index 9c4f4e95c..fa74656b5 100644 --- a/util/unsetenv.c +++ b/util/unsetenv.c @@ -26,7 +26,7 @@ extern char **environ; /* Basically borrowed from glibc */ int -unsetenv2 (const char *name) +unsetenv(const char *name) { size_t len; char **ep; -- cgit