$OpenBSD: patch-src_corelib_tools_qbytearray_h,v 1.1.1.1 2016/12/25 14:13:11 zhuk Exp $
Get rid of strcpy().
--- src/corelib/tools/qbytearray.h.orig	Wed May 25 18:46:17 2016
+++ src/corelib/tools/qbytearray.h	Sun Jul 10 14:15:13 2016
@@ -78,7 +78,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);
