From patchwork Fri Jun 4 16:08:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jes Sorensen X-Patchwork-Id: 54630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 81BBBB7D20 for ; Sat, 5 Jun 2010 02:38:10 +1000 (EST) Received: from localhost ([127.0.0.1]:42471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKZuG-0007BE-2e for incoming@patchwork.ozlabs.org; Fri, 04 Jun 2010 12:38:04 -0400 Received: from [140.186.70.92] (port=46358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKZTC-0002nG-BR for qemu-devel@nongnu.org; Fri, 04 Jun 2010 12:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKZSV-0006hG-MK for qemu-devel@nongnu.org; Fri, 04 Jun 2010 12:09:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4358) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKZSV-0006hB-Dd for qemu-devel@nongnu.org; Fri, 04 Jun 2010 12:09:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o54G9Lk1001662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 4 Jun 2010 12:09:21 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o54G9Hpr024734; Fri, 4 Jun 2010 12:09:19 -0400 From: Jes.Sorensen@redhat.com To: anthony@codemonkey.ws Date: Fri, 4 Jun 2010 18:08:59 +0200 Message-Id: <1275667755-4821-2-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1275667755-4821-1-git-send-email-Jes.Sorensen@redhat.com> References: <1275667755-4821-1-git-send-email-Jes.Sorensen@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Jes Sorensen , qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH 01/17] vl.c: Remove double include of netinet/in.h for Solaris X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Jes Sorensen vl.c: netinet/in.h is already included once above for in the generic POSIX section. Signed-off-by: Jes Sorensen Acked-by: Andreas Faerber --- vl.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 417554f..7c4298a 100644 --- a/vl.c +++ b/vl.c @@ -70,7 +70,6 @@ #include #include #include -#include #include #include #include // must come after ip.h