X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-netbsd.h;h=4b0269e6cab673311576689d514db5b09d49d822;hb=e3dae3b77f1a7285afd5a0ada6960eeb4a21e9a8;hp=1753226e5512eaa22fcc4283056181f771730fe5;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0;p=fio.git diff --git a/os/os-netbsd.h b/os/os-netbsd.h index 1753226e..4b0269e6 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -6,7 +6,6 @@ #include #include #include -#include /* XXX hack to avoid confilcts between rbtree.h and */ #define rb_node _rb_node #include @@ -30,12 +29,6 @@ #define PTHREAD_STACK_MIN 4096 #endif -#if BYTE_ORDER == LITTLE_ENDIAN -#define FIO_LITTLE_ENDIAN -#else -#define FIO_BIG_ENDIAN -#endif - #define fio_swap16(x) bswap16(x) #define fio_swap32(x) bswap32(x) #define fio_swap64(x) bswap64(x)