From: Jim Meyering Date: Mon, 3 Jan 2005 19:23:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8eb95b5cc018eb23cd9304a1b1c824dca406eb1d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 9b0d91ba19..2a0826d8b3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-01-03 Jim Meyering + + * utimens.c (futimens): Account for the fact that futimes + can also fail with errno == ENOSYS in that case. + Patch from Dmitry V. Levin. + 2005-01-03 Paul Eggert * utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if