From: Jim Meyering Date: Tue, 28 Sep 1999 15:27:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a66e71a1d28fe66bfe92f0bd5557cb82746a4f59;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f475065b79..c46e4d2640 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,12 @@ +1999-09-28 Jim Meyering + + * lib/xalloc.h (__attribute__): Protect against redefinition. + From Akim Demaille. + 1999-09-26 Jim Meyering - * lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and update callers. + * lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and + update callers. Use explicit exit to help avoid warnings. From Akim Demaille.