*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 19:59:49 +0000 (19:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 19:59:49 +0000 (19:59 +0000)
lib/ChangeLog

index 1b8c065d6b3f4f2634499e23d7e67d132d690d3d..c98fcf39ba79072b5cb93bd8ef1bb105c6717e90 100644 (file)
@@ -1,5 +1,9 @@
 2001-12-02  Jim Meyering  <meyering@lucent.com>
 
+       * tempname.c: Don't declare getenv, thus reverting the change of
+       2001-11-18.  It's no longer necessary, now that stdlib.h is always
+       included.
+
        * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.