# HG changeset patch # User Jim Meyering # Date 1037871975 0 # Node ID 9c941c25f00421b3f1804e9c55b69f8b206223ee # Parent 732f01ac31e8092147374a73d1ee13e59f81b572 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.