summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 18:37:52 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 18:37:52 +0000
commitd30bd06760e8f41b6182e18e5f4d420fca5d6acd (patch)
treef3699648781378fad97d45dcdf0c095ea7c8c79d /lib
parentd51e9c474b8a4938824b37a6808b2cd9ed3b4655 (diff)
downloadcoreutils-d30bd06760e8f41b6182e18e5f4d420fca5d6acd.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog2
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>