* grub-core/kern/elfXX.c: Use grub_addr_t rather than long when

appropriate.
This commit is contained in:
Vladimir Serbinenko 2013-12-15 14:33:22 +01:00
parent 8ae6704517
commit 48ba5c0c86
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/elfXX.c: Use grub_addr_t rather than long when
appropriate.
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/loopback.c: Use sequential IDs rather than pointer.