diff --git a/lib/ChangeLog b/lib/ChangeLog index 9b0d91ba1..2a0826d8b 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