2009-05-13 Pavel Roskin <proski@gnu.org>

* fs/iso9660.c (grub_iso9660_iterate_dir): The file mode in the
	PX record is always little-endian.  We only need the lower 2
	bytes of the mode.
This commit is contained in:
proski 2009-05-13 20:09:09 +00:00
parent faec96afc8
commit a2c8c5f8f6
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
2009-05-13 Pavel Roskin <proski@gnu.org>
* fs/iso9660.c (grub_iso9660_iterate_dir): The file mode in the
PX record is always little-endian. We only need the lower 2
bytes of the mode.
* fs/cpio.c: Use the same name "struct head" for tar and cpio to
facilitate code reuse.
(grub_cpio_mount): Use "struct head", not a char buffer. This