diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-03 19:55:36 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-03 19:55:36 +0000 |
commit | 8ca6bb6254e64e7d7c88d8a0f15d62e3754db73f (patch) | |
tree | 11f1d7354e15a7853cdc81fc85edd1c9d9a77f32 /lib/ChangeLog | |
parent | dfe280e907733bbbeab2983beebc8ee5a30ac5df (diff) | |
download | coreutils-8ca6bb6254e64e7d7c88d8a0f15d62e3754db73f.tar.xz |
* utimens.c (futimens): Robustify the previous patch.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2a0826d8b..468fa4b8b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-01-03 Paul Eggert <eggert@cs.ucla.edu> + + * utimens.c (futimens): Robustify the previous patch, by checking + for known valid error numbers rather than observed invalid ones. + 2005-01-03 Jim Meyering <jim@meyering.net> * utimens.c (futimens): Account for the fact that futimes |