summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-11 17:22:15 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-11 17:22:15 +0000
commitd6697c60c378cbb4343abbd42e966366b84a2fb1 (patch)
tree51530112c2b86e0227813cfab68d0d523db09a11 /ChangeLog
parent2b6236d156b394227e41b0d664cf600b69db9403 (diff)
downloadcoreutils-d6697c60c378cbb4343abbd42e966366b84a2fb1.tar.xz
Assume <dirent.h> exists, since gnulib assumes this now as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d4e971da..53d7538d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/system.h: Assume <dirent.h> exists, since gnulib assumes
+ this now as well.
+
2006-07-09 Jim Meyering <jim@meyering.net>
* tests/mv/dir2dir: Adjust so failing with ENOTEMPTY is ok, too.