1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-08-09 18:37:52 +00:00
parent d51e9c474b
commit d30bd06760

View File

@@ -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>