* 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 `}'.
This commit is contained in:
Roland McGrath 2005-10-16 08:34:09 +00:00
parent 4b2faf49ce
commit 809e3018b3

View File

@ -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]