* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_open): Move struct

stat immediately to where it's used.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-24 18:57:19 +02:00
parent 5177ba1400
commit bf645fda03
2 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2013-09-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_open): Move struct
stat immediately to where it's used.
2013-09-24 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (grub_util_check_block_device): Move to ...