* grub-core/partmap/bsdlabel.c: Include grub/emu/misc.h and not grub/util/misc.h.

(iterate_real): Don't rely on partition being non-NULL.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-22 14:15:17 +01:00
parent 80f23be71f
commit ffc8f4d8bc
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2011-01-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/partmap/bsdlabel.c: Include grub/emu/misc.h and not grub/util/misc.h.
(iterate_real): Don't rely on partition being non-NULL.
2011-01-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/argv.c (round_up_exp): unsigned is 32-bit on all