From: Jim Meyering Date: Fri, 14 Feb 2003 07:41:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.8~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aeb13149ef9fb298bfabdc06e8752fb4ad50a8d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 66ed74bdf9..c65d327f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-02-12 Jim Meyering +2003-02-14 Jim Meyering * Version 4.5.8. + * src/remove.c: Include "euidaccess.h". + Remove declaration of euidaccess. + +2003-02-12 Jim Meyering + * src/pathchk.c (portable_chars_only): Remove unnecessary `const' in cast to avoid warning from icc. Reported by Alexandre Duret-Lutz.