changeset 3988:b314b3c51dda

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 21 Nov 2002 09:44:39 +0000
parents b2dd1757a9d4
children 732f01ac31e8
files lib/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.