const.
* util/grub-setup.c (main): Reuse md device name if available.
* util/raid.c (grub_util_raid_getmembers): Receive device name and
not GRUB name as argument.
Based on patch by: Florian Wagner <fwagner>.
+2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * include/grub/util/raid.h (grub_util_raid_getmembers): Make argument
+ const.
+ * util/grub-setup.c (main): Reuse md device name if available.
+ * util/raid.c (grub_util_raid_getmembers): Receive device name and
+ not GRUB name as argument.
+ Based on patch by: Florian Wagner <fwagner>.
+
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_make_mbi):