[dpdk-dev] [PATCH] ip_pipeline: fix build errors on different linux kernels

2015-12-09 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] ip_pipeline: fix build errors on different linux kernels

2015-12-09 Thread 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: Jas