From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ip_pipeline: fix build errors on different linux kernels Date: Wed, 09 Dec 2015 21:50:37 +0100 Message-ID: <5359776.xe848Rp7fF@xps13> References: <1449659573-3874-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 42684568F for ; Wed, 9 Dec 2015 21:51:54 +0100 (CET) Received: by wmww144 with SMTP id w144so90429765wmw.0 for ; Wed, 09 Dec 2015 12:51:54 -0800 (PST) In-Reply-To: <1449659573-3874-1-git-send-email-jasvinder.singh@intel.com> 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" 2015-12-09 11:12, Jasvinder Singh: > This patch fixes build errors on linux kernels such as > SuSE 11-SP2/3(64 bits), etc. > > Error Log: > error: implicit declaration of function 'WIFEXITED' > error: implicit declaration of function 'WEXITSTATUS' > > Fixes: ed0b2d020159 ("examples/ip_pipeline: add more ports") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks