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