* grub-core/commands/gptsync.c (lba_to_chs): Use proper types rather

than int.
This commit is contained in:
Vladimir Serbinenko 2013-10-25 18:02:40 +02:00
parent af81ed880d
commit a105d3755b
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/gptsync.c (lba_to_chs): Use proper types rather
than int.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* conf/Makefile.common (CPPFLAGS_KERNEL): Add -DGRUB_KERNEL=1.