From: phcoder <phcoder@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Bugfix: ata pass-through broke compilation
Date: Sat, 14 Feb 2009 19:21:47 +0100 [thread overview]
Message-ID: <49970BBB.6070606@gmail.com> (raw)
[-- 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.
next reply other threads:[~2009-02-14 18:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-14 18:21 phcoder [this message]
2009-02-14 19:25 ` Bugfix: ata pass-through broke compilation Christian Franke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49970BBB.6070606@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.