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 0A0E6594F for ; Tue, 10 Jun 2014 07:56:58 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 09 Jun 2014 22:56:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,1007,1392192000"; d="scan'208";a="554910974" Received: from fmsmsx104.amr.corp.intel.com ([10.19.9.35]) by orsmga002.jf.intel.com with ESMTP; 09 Jun 2014 22:56:53 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX104.amr.corp.intel.com (10.19.9.35) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 9 Jun 2014 22:56:52 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 9 Jun 2014 22:56:52 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.34]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.209]) with mapi id 14.03.0123.003; Tue, 10 Jun 2014 13:56:50 +0800 From: "Cao, Waterman" To: "Carew, Alan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/2] rte_tailq.h: Fix compilation under FreeBSD Thread-Index: AQHPgNj/p/bgn80vNkWNc6mCmKG6cZtp3aDQ Date: Tue, 10 Jun 2014 05:56:50 +0000 Message-ID: References: <1401984728-21665-1-git-send-email-alan.carew@intel.com> In-Reply-To: <1401984728-21665-1-git-send-email-alan.carew@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 05:56:59 -0000 Tested-by: Waterman Cao This patch is to fix compilation error in the FreeBSD 10.0 like the followi= ngs: .. /include/rte_tailq.h:177:21: error: unknown type name 'FILE' void rte_du= mp_tailq(FILE *f); ../include/rte_memory.h:146:30: error: unknown type name 'FILE' void rte_du= mp_physmem_layout(FILE *f); After merged this patch with last dpdk.org, compilation can pass without er= ror in FreeBSD 10.0