Fix definition of grub_efi_hard_drive_device_path. Take care that

existing code would work even if by some reason bogus definition is
	used by EFI implementations.
This commit is contained in:
Vladimir Serbinenko 2013-12-14 22:04:02 +01:00
parent f2c6ff15e5
commit 6dc3337774
4 changed files with 24 additions and 18 deletions

View file

@ -1,3 +1,9 @@
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
Fix definition of grub_efi_hard_drive_device_path. Take care that
existing code would work even if by some reason bogus definition is
used by EFI implementations.
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/windows/hostdisk.c: Fix cygwin compilation.