$NetBSD$ Much more than FreeBSD doesn't have . --- src/core/utf8/utf8.c.orig 2021-01-25 19:29:44.000000000 +0000 +++ src/core/utf8/utf8.c @@ -24,9 +24,9 @@ #include #define snprintf _snprintf #else -#ifndef __FreeBSD__ +#if defined(__linux__) || defined(__sun) #include -#endif /* __FreeBSD__ */ +#endif /* defined(__linux__) || defined(__sun) */ #endif #include