From 55e0a76ddc8d95c446e8bb9f51fe2245a0bf6c20 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jan 2006 16:49:15 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3