diff --git a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp index ed31f9d..76ddf36 100644 --- a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp +++ b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp @@ -6,7 +6,7 @@ constexpr size_t ev_buffsz = 512; #include "epoll.hpp" typedef nntpchan::ev::EpollLoop LoopImpl; #else -#ifdef __freebsd__ +#ifdef __FreeBSD__ #include "kqueue.hpp" typedef nntpchan::ev::KqueueLoop LoopImpl; #else