From: Jim Meyering Date: Thu, 21 Nov 2002 09:46:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63246e6eea4488eaa3473260d41df718f584ff6;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0d942f0483..c2cc56a5ff 100644 --- 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.