]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rely on gettimeofday failure too.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 17:22:19 +0000 (17:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 17:22:19 +0000 (17:22 +0000)
lib/ChangeLog

index 85481ba8058024521b57df580c6c3d1c941c8ea8..2ef69594487e0b1973fd28252a0662907eb92bbd 100644 (file)
@@ -5,8 +5,8 @@
        with GCC 2.7.2.1 reported by Thomas M.Ott.
 
        * settime.c (settime): Fix { typo in previous patch.  Also, don't
-       bother returning ENOSYS; just let stime return whatever errno it
-       wants to return.
+       bother returning ENOSYS if settimeofday or stime fails; just let
+       them return whatever errno they wants to return.
 
 2005-09-29  Jim Meyering  <jim@meyering.net>