Hello. Here is bugfix Regards Vladimir 'phcoder' Serbinenko
Index: kern/disk.c =================================================================== --- kern/disk.c (revision 1994) +++ kern/disk.c (working copy) @@ -47,7 +47,7 @@ int grub_disk_firmware_is_tainted; grub_err_t (* grub_disk_ata_pass_through) (grub_disk_t, - struct grub_ata_pass_through_cmd *); + struct grub_disk_ata_pass_through_parms *); #if 0 Index: ChangeLog =================================================================== --- ChangeLog (revision 1994) +++ ChangeLog (working copy) @@ -1,3 +1,120 @@ +2009-02-13 Vladimir Serbinenko <phco...@gmail.com> + + Corrected wrong declaration + + * kern/disk.c: corrected declaration of grub_disk_ata_pass_through + 2009-02-14 Christian Franke <fra...@computer.org> * gendistlist.sh: Ignore `.svn' directories.
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel