From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LArQ3-0004rF-Ty for qemu-devel@nongnu.org; Thu, 11 Dec 2008 14:41:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LArQ2-0004q5-De for qemu-devel@nongnu.org; Thu, 11 Dec 2008 14:41:55 -0500 Received: from [199.232.76.173] (port=43818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LArQ1-0004pX-Vx for qemu-devel@nongnu.org; Thu, 11 Dec 2008 14:41:54 -0500 Received: from yx-out-1718.google.com ([74.125.44.154]:30494) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LArQ1-00025s-G9 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 14:41:53 -0500 Received: by yx-out-1718.google.com with SMTP id 3so507039yxi.82 for ; Thu, 11 Dec 2008 11:41:52 -0800 (PST) Message-ID: Date: Thu, 11 Dec 2008 21:41:52 +0200 From: "Blue Swirl" In-Reply-To: <494016A0.1090907@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <494016A0.1090907@amd.com> Subject: [Qemu-devel] Re: [PATCH] Remove redundant #ifdef _BSD Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andre Przywara Cc: qemu-devel@nongnu.org On 12/10/08, Andre Przywara wrote: > Hi, > > since _BSD if already handled in osdep.c:qemu_memalign(), we don't need to > check it in the calling function again. getpagesize() is available in BSD. > > Regards, > Andre. > > Signed-off-by: Andre Przywara Thanks, committed in r5983.