diff options
author | Roland McGrath <roland@gnu.org> | 2000-01-03 20:27:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-01-03 20:27:13 +0000 |
commit | 93a3b81b195bbc7c7af09c6ad6d4fc98a3c75f30 (patch) | |
tree | 316a5100b2f0a95a03f2fba09dc84918b0ffd75a /serverboot/ChangeLog | |
parent | 063e8f381ef476dd21c70a1308781d895783691d (diff) |
2000-01-03 Roland McGrath <roland@baalperazim.frob.com>
* file_io.h: Include "../ext2fs/ext2_fs.h" instead of "ext2_fs.h".
* ext2_file_io.c (search_directory): Use `struct ext2_dir_entry_2' in
place of `struct ext2_dir_entry', so as to grok newer dir formats.
* ext2_fs.h: File removed.
* Makefile (LCLHDRS): Remove it from the list.
* ffs_compat.c (EXT2_INODES_PER_BLOCK): New macro, no longer in
ext2_fs.h.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r-- | serverboot/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index a200a14e..b9ef7604 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,13 @@ +2000-01-03 Roland McGrath <roland@baalperazim.frob.com> + + * file_io.h: Include "../ext2fs/ext2_fs.h" instead of "ext2_fs.h". + * ext2_file_io.c (search_directory): Use `struct ext2_dir_entry_2' in + place of `struct ext2_dir_entry', so as to grok newer dir formats. + * ext2_fs.h: File removed. + * Makefile (LCLHDRS): Remove it from the list. + * ffs_compat.c (EXT2_INODES_PER_BLOCK): New macro, no longer in + ext2_fs.h. + 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> * default_pager.c (default_pager): Instead of suspending this thread, |