diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-16 08:34:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-16 08:34:09 +0000 |
commit | 809e3018b3604c524e933643c3a06864978dfc53 (patch) | |
tree | 973a52a9cb3c89402d8c73f8baf151b686b8fa06 /ChangeLog | |
parent | 4b2faf49ce99f8bb1efd34e15022bda59ebbf67d (diff) | |
download | glibc-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 `}'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |