Thomas Monjalon 27efcf2003 mem: fix build
Some compilers (on RHEL7 and CentOS7) were getting this error:
	error: "RTE_EXEC_ENV_FREEBSD" is not defined [-Werror=undef]

Existence of a macro must be checked with "#ifdef" or "#if defined".

Fixes: d72e4042c5eb ("mem: exclude unused memory from core dump")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: Raslan Darawsheh <rasland@mellanox.com>
2020-04-26 13:27:08 +02:00
..
2020-04-24 19:29:06 +02:00
2020-04-26 13:27:08 +02:00
2020-04-24 19:29:06 +02:00
2020-04-25 19:53:47 +02:00
2020-04-22 00:52:06 +02:00
2020-04-24 19:29:06 +02:00
2020-03-31 13:08:55 +02:00