*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 21 Nov 2002 09:44:39 +0000 (09:44 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 21 Nov 2002 09:44:39 +0000 (09:44 +0000)
lib/ChangeLog

index 3cb3742b9bbfa9ff60a2066cb1b040407f806ef7..0d942f0483b79c7b856253fe96dbdba311ae0cc2 100644 (file)
@@ -2,6 +2,9 @@
 
        Merge in changes from the coreutils.
 
+       * makepath.c (make_path): Restore umask *before* creating the final
+       component.
+
        * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
        and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.