* include/dirent.h: Include <stdbool.h>.
authorRoland McGrath <roland@gnu.org>
Sun, 16 Oct 2005 08:34:09 +0000 (08:34 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 16 Oct 2005 08:34:09 +0000 (08:34 +0000)
* sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>.
(fdopendir): Correct argument to _hurd_fd_get().
* sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.

ChangeLog

index 9498e54..3fa59bb 100644 (file)
--- 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]