* grub-core/kern/emu/hostdisk.c: Add conditionals for OpenBSD.

* util/getroot.c: Likewise.
This commit is contained in:
Ilya Bakulin 2013-08-21 21:05:01 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 54ea2f4401
commit 0031b22993
3 changed files with 30 additions and 13 deletions

View file

@ -1,3 +1,8 @@
2013-08-21 Ilya Bakulin <Ilya_Bakulin@genua.de>
* grub-core/kern/emu/hostdisk.c: Add conditionals for OpenBSD.
* util/getroot.c: Likewise.
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/ahci.c: Add needed explicit cast.