[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bugfix: ata pass-through broke compilation
From: |
phcoder |
Subject: |
Bugfix: ata pass-through broke compilation |
Date: |
Sat, 14 Feb 2009 19:21:47 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20090105) |
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 <address@hidden>
+
+ Corrected wrong declaration
+
+ * kern/disk.c: corrected declaration of grub_disk_ata_pass_through
+
2009-02-14 Christian Franke <address@hidden>
* gendistlist.sh: Ignore `.svn' directories.
- Bugfix: ata pass-through broke compilation,
phcoder <=