$OpenBSD: patch-qtbase_src_corelib_tools_qbytearray_h,v 1.3 2016/03/06 11:56:42 zhuk Exp $
Get rid of strcpy().
--- qtbase/src/corelib/tools/qbytearray.h.ports.orig	Tue Oct 13 07:35:32 2015
+++ qtbase/src/corelib/tools/qbytearray.h	Thu Dec 10 09:01:22 2015
@@ -77,7 +77,9 @@ inline uint qstrnlen(const char *str, uint maxlen)
     return length;
 }
 
+#ifndef Q_OS_OPENBSD
 Q_CORE_EXPORT char *qstrcpy(char *dst, const char *src);
+#endif
 Q_CORE_EXPORT char *qstrncpy(char *dst, const char *src, uint len);
 
 Q_CORE_EXPORT int qstrcmp(const char *str1, const char *str2);
