From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtOHu-00065d-RT for qemu-devel@nongnu.org; Thu, 01 Oct 2009 12:13:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtOHp-0005xl-Lf for qemu-devel@nongnu.org; Thu, 01 Oct 2009 12:13:49 -0400 Received: from [199.232.76.173] (port=44670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtOHp-0005xb-GB for qemu-devel@nongnu.org; Thu, 01 Oct 2009 12:13:45 -0400 Received: from mail-bw0-f211.google.com ([209.85.218.211]:54895) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtOHp-0006aX-G9 for qemu-devel@nongnu.org; Thu, 01 Oct 2009 12:13:45 -0400 Received: by bwz7 with SMTP id 7so264931bwz.34 for ; Thu, 01 Oct 2009 09:13:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <4AC3AE97.3000400@codemonkey.ws> From: Blue Swirl Date: Thu, 1 Oct 2009 19:13:23 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Fixes a bug that tries to use the unimplemented function fdatasync on Mac OS X. Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: qemu-devel@nongnu.org On Thu, Oct 1, 2009 at 6:30 PM, G 3 wrote: > On Sep 30, 2009, at 3:16 PM, Anthony Liguori wrote: > > G 3 wrote: > > This patch fixes a problem in the file cutils.c that prevents qemu from > being built on Mac OS X. This patch makes sure fsync is used instead. > > What is this against?=C2=A0 It doesn't apply to git. > > This is against the savannah > repository:=C2=A0git://git.savannah.nongnu.org/qemu.git. Is this the wron= g > repository? The patch should not be needed since 5f6b9e8fd5b9516170e582d9b6c27c98519a8031. Do you still have a problem?