From: Paul Eggert Date: Thu, 29 Sep 2005 17:19:58 +0000 (+0000) Subject: * settime.c (settime): Fix { typo in previous patch. Also, don't X-Git-Tag: v5.90~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=346afb38abf2591e3c1e591bb5d7d6585523c48a;p=thirdparty%2Fcoreutils.git * settime.c (settime): Fix { typo in previous patch. Also, don't bother returning ENOSYS; just let stime return whatever errno it wants to return. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 457e056998..85481ba805 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 * settime.c (settime): Move the HAVE_STIME block `up' into an #elif