diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-06-04 14:49:27 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-06-04 14:49:27 +0200 |
commit | 18bc5025fdce7f1f319b4aebe1c9d7f479088e73 (patch) | |
tree | 24efa4ef8f93e6ff35947bebccd8d82fcab99070 /os/os-freebsd.h | |
parent | 9a9c63f1608c6f63b10cd5575dee868c2d269c87 (diff) | |
download | fio-18bc5025fdce7f1f319b4aebe1c9d7f479088e73.tar.gz fio-18bc5025fdce7f1f319b4aebe1c9d7f479088e73.tar.bz2 |
Kill useless undef's
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'os/os-freebsd.h')
-rw-r--r-- | os/os-freebsd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/os-freebsd.h b/os/os-freebsd.h index ba2541a5..af5fc9f6 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -3,12 +3,7 @@ #include <sys/sysctl.h> -#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) |