From: Paul Eggert Date: Thu, 29 Sep 2005 17:22:19 +0000 (+0000) Subject: Rely on gettimeofday failure too. X-Git-Tag: v5.90~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e88f7cef3e12804a8d75e04c9e08f0117a6217;p=thirdparty%2Fcoreutils.git Rely on gettimeofday failure too. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 85481ba805..2ef6959448 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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