From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CClyZ-0005rc-WE for qemu-devel@nongnu.org; Wed, 29 Sep 2004 17:27:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CClyZ-0005rE-L4 for qemu-devel@nongnu.org; Wed, 29 Sep 2004 17:27:03 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CClsC-0001ae-8g for qemu-devel@nongnu.org; Wed, 29 Sep 2004 17:20:28 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 133F8333A0 for ; Wed, 29 Sep 2004 23:20:28 +0200 (CEST) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05011-02 for ; Wed, 29 Sep 2004 23:20:28 +0200 (CEST) Received: from bellard.org (nas-cbv-6-213-228-29-36.dial.proxad.net [213.228.29.36]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 0985D33193 for ; Wed, 29 Sep 2004 23:20:27 +0200 (CEST) Message-ID: <415B2747.4040302@bellard.org> Date: Wed, 29 Sep 2004 23:21:11 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: MinGW patch, AKA Re(5): [Qemu-devel] Cloop-patch and Knoppix example References: <20040920.231003.71108074.k.suzaki@aist.go.jp> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Applied. Fabrice. Johannes Schindelin wrote: > Hi, > > I finally solved the puzzle... It is our friend, the O_BINARY flag, > again... > > Ciao, > Dscho