From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na7Xv-0003Pz-45 for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:02:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na7Xq-0003LJ-5j for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:02:58 -0500 Received: from [199.232.76.173] (port=43606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na7Xp-0003L7-St for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:02:53 -0500 Received: from lo.gmane.org ([80.91.229.12]:45086) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Na7Xf-0002RB-U6 for qemu-devel@nongnu.org; Wed, 27 Jan 2010 08:02:44 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Na7XX-00043Q-F8 for qemu-devel@nongnu.org; Wed, 27 Jan 2010 14:02:35 +0100 Received: from 93-34-208-53.ip51.fastwebnet.it ([93.34.208.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jan 2010 14:02:35 +0100 Received: from pbonzini by 93-34-208-53.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jan 2010 14:02:35 +0100 From: Paolo Bonzini Date: Wed, 27 Jan 2010 14:02:13 +0100 Message-ID: <4B603955.3060303@redhat.com> References: <1264594205-14940-1-git-send-email-lool@dooz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: [PATCH 1/3] Check for sdl-config before calling it List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, =?ISO-8859-1?Q?Lo=EFc_Minier?= > Glad to see someone working on Solaris. Wondering why you're using > the which command, when you just created a "has" function in the other > patch segments, and just replaced all the other instances of which. This is patch 1/3, patch 2/3 creates "has" and uses it here too. Paolo