From 63e88f7cef3e12804a8d75e04c9e08f0117a6217 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 29 Sep 2005 17:22:19 +0000 Subject: [PATCH] Rely on gettimeofday failure too. --- lib/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3