2009-07-15 Pavel Roskin <proski@gnu.org>

* include/grub/disk.h (struct grub_disk_dev): Use enum for id.
	* kern/disk.c (struct grub_disk_cache): Likewise.
This commit is contained in:
proski 2009-07-15 19:45:44 +00:00
parent e8e8e4fd88
commit 560ca572fa
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2009-07-15 Pavel Roskin <proski@gnu.org>
* include/grub/disk.h (struct grub_disk_dev): Use enum for id.
* kern/disk.c (struct grub_disk_cache): Likewise.
* commands/probe.c (options): Typo fix.
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_BPB_END):