* Bugfix: ata pass-through broke compilation
@ 2009-02-14 18:21 phcoder
2009-02-14 19:25 ` Christian Franke
0 siblings, 1 reply; 2+ messages in thread
From: phcoder @ 2009-02-14 18:21 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1: Type: text/plain, Size: 60 bytes --]
Hello. Here is bugfix
Regards
Vladimir 'phcoder' Serbinenko
[-- Attachment #2: atacor --]
[-- Type: text/plain, Size: 791 bytes --]
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 <phcoder@gmail.com>
+
+ Corrected wrong declaration
+
+ * kern/disk.c: corrected declaration of grub_disk_ata_pass_through
+
2009-02-14 Christian Franke <franke@computer.org>
* gendistlist.sh: Ignore `.svn' directories.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-14 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 18:21 Bugfix: ata pass-through broke compilation phcoder
2009-02-14 19:25 ` Christian Franke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.