From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LYP9G-0007Ch-2v for mharc-grub-devel@gnu.org; Sat, 14 Feb 2009 13:21:54 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYP9E-0007CQ-8e for grub-devel@gnu.org; Sat, 14 Feb 2009 13:21:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYP9D-0007CE-K7 for grub-devel@gnu.org; Sat, 14 Feb 2009 13:21:51 -0500 Received: from [199.232.76.173] (port=59129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYP9D-0007CB-Hl for grub-devel@gnu.org; Sat, 14 Feb 2009 13:21:51 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]:41178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYP9D-0001bx-4z for grub-devel@gnu.org; Sat, 14 Feb 2009 13:21:51 -0500 Received: by fg-out-1718.google.com with SMTP id l27so67852fgb.30 for ; Sat, 14 Feb 2009 10:21:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type; bh=RD+xdz3pknN8D2/40mX6xouXGJrNdC2vkCA1CF4LZ/o=; b=sU96nzKyLaN8XesdOJoWSJkMxQ807aW4jNkzXll/VjxdvaebFWyGrZPQLa8JdtiKAx g08wQPILZtr165INIBFoR644gkWkzh3mz1KaL5erMpatQ/agNgbriACIGPZRqxJmWv4Q ls4lvrQKH7mpqzcr9rUY++tondCK3FN+FSX38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=XNMdJ3mYC2SBP0/GX65sz+8B4fKG+wzZXhiwznLv0iTyjW0Ns1cQwWfUvuAvEvVSbU TEWB/RqbeK0+x2VX2dwGjBcIDyJBhxM88BcIQEoit3J3GpVuZ1ibmisY+hJB5pCIP4cp JHa+my525WGsbvjQNtQAxDqr2HxjYBywd6SJI= Received: by 10.86.84.18 with SMTP id h18mr441217fgb.69.1234635709391; Sat, 14 Feb 2009 10:21:49 -0800 (PST) Received: from ?192.168.1.25? (123-48.1-85.cust.bluewin.ch [85.1.48.123]) by mx.google.com with ESMTPS id e20sm2732599fga.56.2009.02.14.10.21.48 (version=SSLv3 cipher=RC4-MD5); Sat, 14 Feb 2009 10:21:49 -0800 (PST) Message-ID: <49970BBB.6070606@gmail.com> Date: Sat, 14 Feb 2009 19:21:47 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 Content-Type: multipart/mixed; boundary="------------030104050208020409070902" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Bugfix: ata pass-through broke compilation X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 18:21:52 -0000 This is a multi-part message in MIME format. --------------030104050208020409070902 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello. Here is bugfix Regards Vladimir 'phcoder' Serbinenko --------------030104050208020409070902 Content-Type: text/plain; name="atacor" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="atacor" 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 + + Corrected wrong declaration + + * kern/disk.c: corrected declaration of grub_disk_ata_pass_through + 2009-02-14 Christian Franke * gendistlist.sh: Ignore `.svn' directories. --------------030104050208020409070902--