Add back Darwin/Mach/Apple portability

Quite a few of the changes against the MalcolmRobb/dump1090 fork are
incompatible with OSX.  This patch adds back that cross platform support
back.
This commit is contained in:
David Stipp 2015-09-02 23:41:00 -04:00
parent ef34c4ce0f
commit ae126d1009
14 changed files with 324 additions and 10 deletions

View file

@ -52,7 +52,14 @@
#include <rtl-sdr.h>
#include <stdarg.h>
#ifdef __linux__
#include <endian.h>
#endif
#ifdef __APPLE__
#include "compat/util.h"
#endif
static int verbose_device_search(char *s);