OSDN Git Service

Doh!
authorEric Andersen <andersen@codepoet.org>
Sat, 1 Jun 2002 12:07:20 +0000 (12:07 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 1 Jun 2002 12:07:20 +0000 (12:07 -0000)
libc/stdlib/setenv.c

index a7c2cb3..7f6a150 100644 (file)
@@ -194,7 +194,7 @@ int putenv (char *string)
        free(name);
        return(result);
     }
-    __unsetenv (string);
+    unsetenv (string);
     return 0;
 }