DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/test-crypto-perf: fix gcc compilation under FreeBSD
@ 2017-02-01 13:31 Daniel Mrzyglod
  2017-02-02 10:52 ` De Lara Guarch, Pablo
  2017-02-02 13:41 ` [dpdk-dev] [PATCH v2] " Daniel Mrzyglod
  0 siblings, 2 replies; 10+ messages in thread
From: Daniel Mrzyglod @ 2017-02-01 13:31 UTC (permalink / raw)
  To: slawomirx.mrozowicz; +Cc: dev, Daniel Mrzyglod

this fix error: implicit declaration of function 'getline'

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
---
 app/test-crypto-perf/cperf_test_vector_parsing.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/test-crypto-perf/cperf_test_vector_parsing.c b/app/test-crypto-perf/cperf_test_vector_parsing.c
index e0bcb20..c53ba67 100644
--- a/app/test-crypto-perf/cperf_test_vector_parsing.c
+++ b/app/test-crypto-perf/cperf_test_vector_parsing.c
@@ -1,3 +1,6 @@
+#ifdef RTE_EXEC_ENV_BSDAPP
+	#define _WITH_GETLINE
+#endif
 #include <stdio.h>
 
 #include <rte_malloc.h>
-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-02-09 15:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 13:31 [dpdk-dev] [PATCH] app/test-crypto-perf: fix gcc compilation under FreeBSD Daniel Mrzyglod
2017-02-02 10:52 ` De Lara Guarch, Pablo
2017-02-02 13:41 ` [dpdk-dev] [PATCH v2] " Daniel Mrzyglod
2017-02-02 13:56   ` Thomas Monjalon
2017-02-02 15:18     ` Mrzyglod, DanielX T
2017-02-03 11:31       ` De Lara Guarch, Pablo
2017-02-03 12:09         ` Mrzyglod, DanielX T
2017-02-06 13:24           ` De Lara Guarch, Pablo
2017-02-07  9:44   ` [dpdk-dev] [PATCH v3] app/test-crypto-perf: fix " Daniel Mrzyglod
2017-02-09 15:22     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).