* grub-core/commands/acpi.c: Use grub_addr_t rather than long when

appropriate.
This commit is contained in:
Vladimir Serbinenko 2013-12-15 14:27:04 +01:00
parent 8fa2627942
commit ed55931073
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/acpi.c: Use grub_addr_t rather than long when
appropriate.
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/i386/coreboot/cbtable.c: Use char * arithmetic rather