From: Tomohiro Kusumi Date: Sat, 16 May 2015 01:17:14 +0000 (+0900) Subject: Cleanup DragonFlyBSD support X-Git-Tag: fio-2.2.9~35 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=30db5dbc52d192e797452fe43ae691fd1ed54471;p=fio.git Cleanup DragonFlyBSD support Remove these define/undef since fio compiles on DragonFlyBSD without them. seems to have never existed in DragonFlyBSD history, and it compiles without these define/undef. It seems this hack was necessary on some older versions of NetBSD. --- diff --git a/os/os-dragonfly.h b/os/os-dragonfly.h index cc3de31e..bc855baf 100644 --- a/os/os-dragonfly.h +++ b/os/os-dragonfly.h @@ -5,12 +5,7 @@ #include #include -/* XXX hack to avoid confilcts between rbtree.h and */ -#define rb_node _rb_node #include -#undef rb_node -#undef rb_left -#undef rb_right #include "../file.h"