Remove getopt_long_only macro from NetBSD header
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 20 Oct 2016 14:03:17 +0000 (23:03 +0900)
committerJens Axboe <axboe@fb.com>
Thu, 20 Oct 2016 14:10:08 +0000 (08:10 -0600)
commit047d1b55f5bab51c73b75d850c765242e25dbbfa
treeeecaff188886773abecc0f351467a3b567165605
parent99350ae471e1271cae7bb3ef68b5ee0e11c21828
Remove getopt_long_only macro from NetBSD header

If CONFIG_GETOPT_LONG_ONLY isn't defined, fio is compiled with
its own getopt_long_only(), so this macro is no longer needed.
(os/os-netbsd.h was added before getopt_long_only() support)

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
os/os-netbsd.h