--- src/headers.h 2015-11-21 22:18:19.000000000 +0000 +++ src/headers.h 2016-10-29 16:33:42.812393450 +0000 @@ -56,10 +56,6 @@ #define textdomain(x) while(false) #endif -#if !defined(OpenBSD) && !defined(FreeBSD) && !defined(__APPLE__) -static inline void strlcat(char *dest, const char *src, size_t n) { strncat(dest, src, n - 1); } -static inline void strlcpy(char *dest, const char *src, size_t n) { strncpy(dest, src, n); dest[n - 1] = 0; } -#endif #include "defs.h"