From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huawei Xie Subject: [PATCH] use tab rather than space in mbuf version map file Date: Fri, 19 Jun 2015 01:55:53 +0800 Message-ID: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 08B48C622 for ; Thu, 18 Jun 2015 19:56:01 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Huawei Xie --- lib/librte_mbuf/rte_mbuf_version.map | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map index 7ae2244..543dc4c 100644 --- a/lib/librte_mbuf/rte_mbuf_version.map +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -13,9 +13,9 @@ DPDK_2.0 { }; DPDK_2.1 { - global: + global: - rte_pktmbuf_pool_create; + rte_pktmbuf_pool_create; - local: *; + local: *; } DPDK_2.0; -- 1.8.1.4