Revision: 1996
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1996
Author: chrfranke
Date: 2009-02-14 19:24:31 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
2009-02-14 Vladimir Serbinenko <[email protected]>
Corrected wrong declaration
* kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/kern/disk.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-02-14 17:26:35 UTC (rev 1995)
+++ trunk/grub2/ChangeLog 2009-02-14 19:24:31 UTC (rev 1996)
@@ -1,3 +1,9 @@
+2009-02-14 Vladimir Serbinenko <[email protected]>
+
+ Corrected wrong declaration
+
+ * kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
+
2009-02-14 Christian Franke <[email protected]>
* commands/lspci.c (grub_pci_classes): Add `SATA Controller'.
Modified: trunk/grub2/kern/disk.c
===================================================================
--- trunk/grub2/kern/disk.c 2009-02-14 17:26:35 UTC (rev 1995)
+++ trunk/grub2/kern/disk.c 2009-02-14 19:24:31 UTC (rev 1996)
@@ -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