*** empty log message *** FILEUTILS-4_1_3
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 1b8c065..c98fcf3 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.