Re: [dpdk-dev] [PATCH v3] app/test-crypto-perf: fix compilation under FreeBSD

2017-02-09 Thread Thomas Monjalon
2017-02-07 10:44, Daniel Mrzyglod: > This patch fixes error: implicit declaration of function 'getline' > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") > > Signed-off-by: Daniel Mrzyglod Applied, thanks

[dpdk-dev] [PATCH v3] app/test-crypto-perf: fix compilation under FreeBSD

2017-02-07 Thread Daniel Mrzyglod
This patch fixes error: implicit declaration of function 'getline' Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application") Signed-off-by: Daniel Mrzyglod --- v3: * remove gcc from commit subject because it's common for all compillers v2: * rewrite patch messege * add fix