From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQoOW-00022X-Oj for qemu-devel@nongnu.org; Sun, 29 May 2011 18:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQoOV-0001Cm-Ud for qemu-devel@nongnu.org; Sun, 29 May 2011 18:23:36 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:54398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQoOV-0001Ci-OP for qemu-devel@nongnu.org; Sun, 29 May 2011 18:23:35 -0400 Received: by qyk10 with SMTP id 10so2010263qyk.4 for ; Sun, 29 May 2011 15:23:35 -0700 (PDT) From: Alexandre Raymond Date: Sun, 29 May 2011 18:22:47 -0400 Message-Id: <1306707770-14632-1-git-send-email-cerbere@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH V2 0/3] Fix compilation issues under darwin List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexandre Raymond , andreas.faerber@web.de I have rebased this series on top of afaerber/cocoa-for-upstream, since Andreas will be handling it. Changes since V1: * reword commit message of patch 1 * add '-help' cli switch to patch 2 * remove patch 3; has already been taken into account by Andreas * remove patch 4; will be fixed by Andreas * use '%td' in patch 5 instead of '%d' * remove patch 6; has already been taken into account by Stefan W. Thanks everyone for your feedback. Alexandre Alexandre Raymond (3): Darwin: Fix incorrect check for fdatasync() in configure Cocoa: avoid displaying window when command-line contains '-h' or '-help' Remove warning in printf due to type mismatch configure | 8 +++++++- target-lm32/translate.c | 2 +- ui/cocoa.m | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) -- 1.7.5