eina: fix compilation on OpenBSD/Windows of eina_btlog
authorJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 1 Jun 2016 22:09:27 +0000 (00:09 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 1 Jun 2016 22:14:22 +0000 (00:14 +0200)
commit45b12224ec1bf0c73bce6b936950c49140bc9c3a
treec9a3a30548061e6d550e723c77a3f9ea861f0d93
parent098aa1615f68ed30cdd40f38fe7dc359d3971a8e
eina: fix compilation on OpenBSD/Windows of eina_btlog

We only care whether the process terminated successfully or not.
Non-zero values will be anything but a success, so we don't even care
about the exit code of the program.

This should fix compiling on OpenBSD (where WEXITSTATUS needed
to be defined by including a system header) as well on Windows.

Fixes T3733
src/bin/eina/eina_btlog.c