summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:24:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:24:54 +0000
commitab621d9fa1e854418c7bffb7fbf35a4c6c3f8620 (patch)
tree49c87c34ad55ab3c4ae7ba053697a06bd436c242 /lib/ChangeLog
parent699d9c460e9d6ba7daa9dbde75bc9faa0f133f4c (diff)
downloadcoreutils-ab621d9fa1e854418c7bffb7fbf35a4c6c3f8620.tar.xz
(CLOSEDIR): Remove. All uses changed to closedir.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4cf0a6dc0..6b50d62f3 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-28 Derek R. Price <derek@ximbiot.com>
+
+ * savedir.c (CLOSEDIR): Remove. All uses changed to closedir.
+ Autoconf 2.60 says this stuff was obsolete.
+
2006-06-20 Paul Eggert <eggert@cs.ucla.edu>
* openat.c (openat): Use ?:, not if, to work around GCC bug 4210