From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] lib: remove redundant definition of local symbols Date: Mon, 29 Jun 2015 18:35:12 +0200 Message-ID: <1435595712-18686-1-git-send-email-thomas.monjalon@6wind.com> References: <20150625122535.GB17026@hmsreliant.think-freely.org> Cc: dev@dpdk.org To: nhorman@tuxdriver.com Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id F39D8C47A for ; Mon, 29 Jun 2015 18:36:34 +0200 (CEST) Received: by wiar9 with SMTP id r9so9787621wia.1 for ; Mon, 29 Jun 2015 09:36:34 -0700 (PDT) In-Reply-To: <20150625122535.GB17026@hmsreliant.think-freely.org> 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" The new version nodes inherit from the previous ones which already include a default catch-all line for not exported symbols. Reported-by: Helin Zhang Signed-off-by: Thomas Monjalon --- lib/librte_cmdline/rte_cmdline_version.map | 1 - lib/librte_ether/rte_ether_version.map | 1 - lib/librte_mbuf/rte_mbuf_version.map | 1 - 3 files changed, 3 deletions(-) diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map index 1b0c863..c9fc18a 100644 --- a/lib/librte_cmdline/rte_cmdline_version.map +++ b/lib/librte_cmdline/rte_cmdline_version.map @@ -75,5 +75,4 @@ DPDK_2.1 { cmdline_poll; - local: *; } DPDK_2.0; diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map index 012a82e..e3c8fa1 100644 --- a/lib/librte_ether/rte_ether_version.map +++ b/lib/librte_ether/rte_ether_version.map @@ -111,5 +111,4 @@ DPDK_2.1 { rte_eth_dev_set_mc_addr_list; - local: *; } DPDK_2.0; diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map index 543dc4c..e10f6bd 100644 --- a/lib/librte_mbuf/rte_mbuf_version.map +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -17,5 +17,4 @@ DPDK_2.1 { rte_pktmbuf_pool_create; - local: *; } DPDK_2.0; -- 2.4.2