* grub-core/fs/jfs.c (grub_jfs_blkno): Use more appropriate types.

(grub_jfs_blkno): Fix incorrect shift.
	(grub_jfs_read_file): Use more appropriate types.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-24 17:02:02 +02:00
parent 6e536dc8ad
commit 68c72069d9
2 changed files with 15 additions and 9 deletions

View file

@ -1,3 +1,9 @@
2011-10-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/jfs.c (grub_jfs_blkno): Use more appropriate types.
(grub_jfs_blkno): Fix incorrect shift.
(grub_jfs_read_file): Use more appropriate types.
2011-10-24 Vladimir Serbinenko <phcoder@gmail.com>
Support triple indirect on minix2 and minix3.