* include/grub/efi/api.h: Define (u)intn_t based on pointer size and

not on long.
This commit is contained in:
Vladimir Serbinenko 2013-12-16 14:34:23 +01:00
parent f4171ebd34
commit 3e38c31a4b
2 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/efi/api.h: Define (u)intn_t based on pointer size and
not on long.
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
Handle X86_64_PC64 relocation.