]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* settime.c (settime): Fix { typo in previous patch. Also, don't
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 17:19:58 +0000 (17:19 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 17:19:58 +0000 (17:19 +0000)
bother returning ENOSYS; just let stime return whatever errno it
wants to return.

lib/ChangeLog

index 457e05699874a69abc79cdde698259794a4f7e1a..85481ba8058024521b57df580c6c3d1c941c8ea8 100644 (file)
@@ -4,6 +4,10 @@
        so that the code works even with ancient cpp.  Portability problem
        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.
+
 2005-09-29  Jim Meyering  <jim@meyering.net>
 
        * settime.c (settime): Move the HAVE_STIME block `up' into an #elif