From: Jim Meyering Date: Fri, 6 Jan 2006 16:49:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~951 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55e0a76ddc8d95c446e8bb9f51fe2245a0bf6c20;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1cbad52ffa..84cbbb3f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 6.0-cvs. + * Makefile.maint (copyright-check): Use date +%Y in place of + hard-coded 2005. + * src/remove.c (rm_1): Remove `static' attribute on local `status'. First off, the attribute should have been `volatile' (not static) to avoid longjmp-related risk of clobber. Secondly, now there is