diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 18:37:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 18:37:52 +0000 |
commit | d30bd06760e8f41b6182e18e5f4d420fca5d6acd (patch) | |
tree | f3699648781378fad97d45dcdf0c095ea7c8c79d /lib/ChangeLog | |
parent | d51e9c474b8a4938824b37a6808b2cd9ed3b4655 (diff) | |
download | coreutils-d30bd06760e8f41b6182e18e5f4d420fca5d6acd.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8a54a0db3..8fbdcfb77 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 <eggert@twinsun.com> |