From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAT9x-0006MT-Gy for qemu-devel@nongnu.org; Fri, 26 Jan 2007 10:38:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAT9t-0006L1-Ot for qemu-devel@nongnu.org; Fri, 26 Jan 2007 10:38:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAT9t-0006Kx-Hn for qemu-devel@nongnu.org; Fri, 26 Jan 2007 10:38:33 -0500 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HAT9t-0006M2-5M for qemu-devel@nongnu.org; Fri, 26 Jan 2007 10:38:33 -0500 Date: Fri, 26 Jan 2007 15:39:45 +0000 Subject: Re: [Qemu-devel] [Patch] ENOMEDIUM fix for Darwin and *BSD Message-ID: <20070126153945.GA13923@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pierre d'Herbemont Cc: qemu-devel@nongnu.org Pierre d'Herbemont wrote: > Hi, > > This fix, > > /qemu/hw/ide.c: In function `ide_atapi_io_error': > /qemu/hw/ide.c:972: error: `ENOMEDIUM' undeclared (first use in this > function) I committed a slightly different patch. Thiemo