From: Jim Meyering Date: Thu, 19 May 2005 10:37:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec4933bcee122f7b88502c98b1d9dfd710cd4b6f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8adb5a180b..f28f582da0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.3.1. + * src/remove.c (AD_mark_helper, AD_mark_current_as_unremovable): + Remove inaccurate-but-harmless `const' attributes. + * src/join.c (decode_field_spec): Add an abort after `error (EXIT_FAILURE, ...' to avoid a gcc warning in caller, about variables being used uninitialized.