X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-freebsd.h;h=3939d65254ab81edf7e4a06abdcf4399bdccdbf9;hb=f6db4fa5a64501a3df72c2c4394d4c8d9fd9d991;hp=ba2541a5f5f25159f6fa0c4ed4a25c4336daa09d;hpb=4c5946c6606abc87ba7e2bfc57a5030d19b6d4d5;p=fio.git diff --git a/os/os-freebsd.h b/os/os-freebsd.h index ba2541a5..3939d652 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -1,17 +1,13 @@ #ifndef FIO_OS_FREEBSD_H #define FIO_OS_FREEBSD_H +#include #include -#undef FIO_HAVE_LIBAIO #define FIO_HAVE_POSIXAIO -#undef FIO_HAVE_FADVISE -#undef FIO_HAVE_CPU_AFFINITY -#undef FIO_HAVE_DISK_UTIL -#undef FIO_HAVE_SGIO #define FIO_HAVE_ODIRECT -#define OS_MAP_ANON (MAP_ANON) +#define OS_MAP_ANON MAP_ANON typedef unsigned long os_cpu_mask_t; typedef unsigned int os_random_state_t;