# HG changeset patch # User Jim Meyering # Date 1037868235 0 # Node ID a1218d7e60195898da906fda444df4b6d69a3a7a # Parent f01511388a8fb3f33bd9708bd9077012ec145ec6 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,9 @@ Merge in changes from the coreutils. + * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC + and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC. + * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy ones. At least on GNU/Linux systems, `auto' means something else. From Michael Stone.