On Thu,  7 Sep 2017 14:09:56 +0100
Bruce Richardson <bruce.richard...@intel.com> wrote:
> +     /* BSD puts a colon in the "unknown error" messages, Linux doesn't */
> +#ifdef RTE_EXEC_ENV_BSDAPP
> +     static const char *sep = ":";
> +#else
> +     static const char *sep = "";
> +#endif

This is seems unnecessary to me just have the message be different.

Reply via email to