$OpenBSD: patch-compat_h,v 1.1.1.1 2016/04/26 13:53:10 juanfra Exp $
--- compat.h.orig	Tue Apr 26 02:15:26 2016
+++ compat.h	Tue Apr 26 02:16:53 2016
@@ -1,6 +1,8 @@
+#if 0
 #undef strlcat
 size_t strlcat(char *, const char *, size_t);
 #undef strlcpy
 size_t strlcpy(char *, const char *, size_t);
 #undef reallocarray
 void *reallocarray(void *, size_t, size_t);
+#endif
