summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-29 17:22:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-29 17:22:19 +0000
commit63e88f7cef3e12804a8d75e04c9e08f0117a6217 (patch)
tree1c38f83c3af727a0f130f0f902efb2143bd936eb
parent37016136c9f2a3260509bf71aab6853e07a46527 (diff)
downloadcoreutils-63e88f7cef3e12804a8d75e04c9e08f0117a6217.tar.xz
Rely on gettimeofday failure too.
-rw-r--r--lib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 85481ba80..2ef695944 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 <jim@meyering.net>