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