From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HltKm-0005dH-8C for qemu-devel@nongnu.org; Wed, 09 May 2007 17:04:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HltKk-0005d2-UR for qemu-devel@nongnu.org; Wed, 09 May 2007 17:04:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HltKk-0005cz-N7 for qemu-devel@nongnu.org; Wed, 09 May 2007 17:04:26 -0400 Received: from vc4-2-0-87.dsl.netrack.net ([199.45.160.85] helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HltDV-0008AA-Hh for qemu-devel@nongnu.org; Wed, 09 May 2007 16:56:57 -0400 Date: Wed, 09 May 2007 14:35:10 -0600 (MDT) Message-Id: <20070509.143510.-233671979.imp@bsdimp.com> Subject: Re: [Qemu-devel] All the world's a VAX! - reloaded From: "M. Warner Losh" In-Reply-To: <20070509194920.GA50127@hugo10.ka.punkt.de> References: <20070509194920.GA50127@hugo10.ka.punkt.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii 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, hausen@punkt.de In message: <20070509194920.GA50127@hugo10.ka.punkt.de> "Patrick M. Hausen" writes: : P.S. No, I don't have a patch, because what I did locally does : not fix the problem. Once we change : : #if defined(__linux__) : to : #if defined(__linux__) || defined(__DARWIN__) : : we will in no time have to add : : || defined(__FreeBSD__) : ... : ... #ifdef unix ... #endif is the traditional way to say this :-) Warner