From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYJPx-0002jN-CU for qemu-devel@nongnu.org; Mon, 02 Apr 2007 06:05:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYJPu-0002fm-Fj for qemu-devel@nongnu.org; Mon, 02 Apr 2007 06:05:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYJPu-0002fd-2A for qemu-devel@nongnu.org; Mon, 02 Apr 2007 06:05:38 -0400 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_SHA1:32) (Exim 4.60) (envelope-from ) id 1HYJMs-0002tm-0w for qemu-devel@nongnu.org; Mon, 02 Apr 2007 06:02:30 -0400 Date: Mon, 2 Apr 2007 11:01:05 +0100 Subject: Re: [Qemu-devel] Patch: block-raw.c for OpenBSD Message-ID: <20070402100105.GC24846@networkno.de> References: <20070321023552.GA24325@fries.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070321023552.GA24325@fries.net> 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: "Todd T. Fries" Cc: Enache Adrian <3n4ch3@gmail.com>, qemu-devel@nongnu.org Todd T. Fries wrote: > This is relative to the 20070319 snapshot, mostly from Enache Adrian, > 3n4ch3 at gmail dot com .. > > --- block-raw.c.orig Mon Mar 12 16:16:47 2007 > +++ block-raw.c Tue Mar 20 19:16:43 2007 > @@ -25,7 +25,9 @@ > #include "block_int.h" > #include > #ifndef _WIN32 > +#ifndef CONFIG_NO_AIO > #include > +#endif Please add a test to define this for OpenBSD to configure. Thiemo