From patchwork Wed Sep 21 09:16:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 115718 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 05C34B6F8A for ; Wed, 21 Sep 2011 19:16:50 +1000 (EST) Received: from localhost ([::1]:55456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Iv7-0005kL-Tt for incoming@patchwork.ozlabs.org; Wed, 21 Sep 2011 05:16:45 -0400 Received: from eggs.gnu.org ([140.186.70.92]:37938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Iuy-0005jF-4u for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Ius-0000DN-9V for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:16:36 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:33412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Ius-0000DH-72 for qemu-devel@nongnu.org; Wed, 21 Sep 2011 05:16:30 -0400 Received: by ywm39 with SMTP id 39so1254453ywm.4 for ; Wed, 21 Sep 2011 02:16:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=cU6K02odBSjNpTsoJg1e+j34dT4wAYwwSYpr0g5gdsI=; b=mU3B4yrOdrBAaCapKEs4e4XzEq5vPF2jJkl/8z5eUeTarRYiq9VmqsWZOpDjnTV2fJ M0nV80POzSET4RXiW33wxiBiMnXXeO+pVTWOIuFepbXYDSTEDHHGoPlwYnMAScQM0AXv 6doz1u+mmqFMW0NhW2cfUuIDeXsfV4y3GzuUY= Received: by 10.147.115.4 with SMTP id s4mr543362yam.5.1316596589487; Wed, 21 Sep 2011 02:16:29 -0700 (PDT) Received: from localhost.localdomain (93-34-188-71.ip51.fastwebnet.it. [93.34.188.71]) by mx.google.com with ESMTPS id t13sm19486493anh.24.2011.09.21.02.16.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 21 Sep 2011 02:16:28 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Wed, 21 Sep 2011 11:16:22 +0200 Message-Id: <1316596582-9417-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.45 Cc: blauwirbel@gmail.com Subject: [Qemu-devel] [PATCH] remove duplicate typedef X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- This is failing with some versions of GCC but not others, apparently. qemu-common.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu-common.h b/qemu-common.h index ef9a2bb..404c421 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -18,7 +18,6 @@ typedef struct DeviceState DeviceState; struct Monitor; typedef struct Monitor Monitor; -typedef struct QEMUSGList QEMUSGList; /* we put basic includes here to avoid repeating them in device drivers */ #include