Eric Andersen 23 vuotta sitten
vanhempi
commit
59b2e620ae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      libc/stdlib/setenv.c

+ 1 - 1
libc/stdlib/setenv.c

@@ -194,7 +194,7 @@ int putenv (char *string)
 	free(name);
 	return(result);
     }
-    __unsetenv (string);
+    unsetenv (string);
     return 0;
 }