diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-03 08:52:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-03 08:52:18 +0000 |
commit | 9c453b2a958bb85f96f795088eb803b019d74aa3 (patch) | |
tree | f7bb95e33c226eb38d3c672a07fc608acee96cb7 /lib/ChangeLog | |
parent | e75249bf8cb62b62593474e6b654e75ad7ee2468 (diff) | |
download | coreutils-9c453b2a958bb85f96f795088eb803b019d74aa3.tar.xz |
* utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if
futimes fails with errno == ENOENT.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b77e18e17..9b0d91ba1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-01-03 Paul Eggert <eggert@cs.ucla.edu> + + * utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if + futimes fails with errno == ENOENT. Problem reported by + Dmitry V. Levin. + 2005-01-02 Jim Meyering <jim@meyering.net> * version-etc.c (version_etc_copyright): Update copyright date. |