diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 22:24:54 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 22:24:54 +0000 |
commit | ab621d9fa1e854418c7bffb7fbf35a4c6c3f8620 (patch) | |
tree | 49c87c34ad55ab3c4ae7ba053697a06bd436c242 /lib/ChangeLog | |
parent | 699d9c460e9d6ba7daa9dbde75bc9faa0f133f4c (diff) | |
download | coreutils-ab621d9fa1e854418c7bffb7fbf35a4c6c3f8620.tar.xz |
(CLOSEDIR): Remove. All uses changed to closedir.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
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 |