aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-16 08:34:09 +0000
committerRoland McGrath <roland@gnu.org>2005-10-16 08:34:09 +0000
commit809e3018b3604c524e933643c3a06864978dfc53 (patch)
tree973a52a9cb3c89402d8c73f8baf151b686b8fa06
parent4b2faf49ce99f8bb1efd34e15022bda59ebbf67d (diff)
downloadglibc-809e3018b3604c524e933643c3a06864978dfc53.zip
glibc-809e3018b3604c524e933643c3a06864978dfc53.tar.gz
glibc-809e3018b3604c524e933643c3a06864978dfc53.tar.bz2
* include/dirent.h: Include <stdbool.h>.
* sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>. (fdopendir): Correct argument to _hurd_fd_get(). * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9498e54..3fa59bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-15 Thomas Schwinge <tschwinge@gnu.org>
+
+ * include/dirent.h: Include <stdbool.h>.
+ * sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>.
+ (fdopendir): Correct argument to _hurd_fd_get().
+ * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
+
2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
[BZ #1224]