summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-29 17:19:58 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-29 17:19:58 +0000
commit346afb38abf2591e3c1e591bb5d7d6585523c48a (patch)
tree155dd5eb0f383b285711c12d777eb43bd9ff0fb4 /lib/ChangeLog
parent8c871e2391f079507979b99c67c7514a595e219c (diff)
downloadcoreutils-346afb38abf2591e3c1e591bb5d7d6585523c48a.tar.xz
* settime.c (settime): Fix { typo in previous patch. Also, don't
bother returning ENOSYS; just let stime return whatever errno it wants to return.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 457e05699..85481ba80 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 <jim@meyering.net>
* settime.c (settime): Move the HAVE_STIME block `up' into an #elif