From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 41716B0A7 for ; Tue, 10 Jun 2014 23:12:56 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 10 Jun 2014 14:13:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,1011,1392192000"; d="scan'208";a="555343938" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 10 Jun 2014 14:13:07 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s5AKw5q3005355; Tue, 10 Jun 2014 21:58:05 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s5AKw5vu025948; Tue, 10 Jun 2014 21:58:05 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s5AKw50S025944; Tue, 10 Jun 2014 21:58:05 +0100 Date: Tue, 10 Jun 2014 21:58:05 +0100 From: Bruce Richardson To: Alan Carew Message-ID: <20140610205805.GA25593@sivswdev02.ir.intel.com> References: <1401984728-21665-1-git-send-email-alan.carew@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401984728-21665-1-git-send-email-alan.carew@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] rte_tailq.h: Fix compilation under FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 21:12:56 -0000 On Thu, Jun 05, 2014 at 05:12:07PM +0100, Alan Carew wrote: > Recent change to rte_dump_tailq, which now uses a FILE parameter > causes compilation to fail under FreeBSD and sourced to a > missing include of stdio.h > > This and next patch(both small) allows to compile without error. > > Signed-off-by: Alan Carew Acked-by: Bruce Richardson