From: Jim Meyering Date: Sat, 9 Aug 2003 18:37:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d30bd06760e8f41b6182e18e5f4d420fca5d6acd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8a54a0db3a..8fbdcfb773 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,8 @@ * utimens.c (utimens): Test HAVE_UTIME, not HAVE_UTIMES. Prefer utime, since it works and utimes doesn't on some systems. + FIXME: Revert the above change once we have a working utimes + replacement function. 2003-08-06 Paul Eggert