* utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Jan 2005 08:52:18 +0000 (08:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Jan 2005 08:52:18 +0000 (08:52 +0000)
futimes fails with errno == ENOENT.

lib/ChangeLog

index b77e18e..9b0d91b 100644 (file)
@@ -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.