Satisfy some bison versions need for inttypes.h.
* grub-core/lib/posix_wrap/inttypes.h: New file. * grub-core/lib/posix_wrap/sys/types.h (int8_t): New type. (int16_t): Likewise. (int32_t): Likewise. (int64_t): Likewise. Reported and tested by: Alain Greppin.
This commit is contained in:
parent
43f1bc8369
commit
0fd48e357f
3 changed files with 17 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2011-01-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Satisfy some bison versions need for inttypes.h.
|
||||
|
||||
* grub-core/lib/posix_wrap/inttypes.h: New file.
|
||||
* grub-core/lib/posix_wrap/sys/types.h (int8_t): New type.
|
||||
(int16_t): Likewise.
|
||||
(int32_t): Likewise.
|
||||
(int64_t): Likewise.
|
||||
Reported and tested by: Alain Greppin.
|
||||
|
||||
2011-01-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/i386/bsdXX.c (grub_netbsd_load_elf_meta):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue