]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_errno.c
trace: save bootup timestamp
[dpdk.git] / lib / librte_eal / common / eal_common_errno.c
index c63a943b3f9a67d3d9ac50d71fefc87bc28663b0..2a10fb823ff370f1967b51dbabc0e31d6be21590 100644 (file)
@@ -21,7 +21,7 @@ const char *
 rte_strerror(int errnum)
 {
        /* BSD puts a colon in the "unknown error" messages, Linux doesn't */
-#ifdef RTE_EXEC_ENV_BSDAPP
+#ifdef RTE_EXEC_ENV_FREEBSD
        static const char *sep = ":";
 #else
        static const char *sep = "";