changeset 3990:9c941c25f004

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 21 Nov 2002 09:46:15 +0000
parents 732f01ac31e8
children ab906cd2631e
files lib/ChangeLog
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -4,6 +4,7 @@
 
 	* makepath.c (make_path): Restore umask *before* creating the final
 	component.
+	(make_path): Minor reformatting.
 
 	* xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
 	and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.