* util/getroot.c (grub_util_check_block_device): Move to ...

* util/getroot_unix.c (grub_util_check_block_device): ... here.
	* util/getroot.c (grub_util_check_char_device): Move to ...
	* util/getroot_unix.c (grub_util_check_char_device): ... here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-24 18:55:10 +02:00
parent 9db826e149
commit 5177ba1400
3 changed files with 36 additions and 29 deletions

View file

@ -1,3 +1,10 @@
2013-09-24 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (grub_util_check_block_device): Move to ...
* util/getroot_unix.c (grub_util_check_block_device): ... here.
* util/getroot.c (grub_util_check_char_device): Move to ...
* util/getroot_unix.c (grub_util_check_char_device): ... here.
2013-09-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_close): Fix