head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.21.14.07.29; author ryoon; state Exp; branches; next ; commitid cGXOGYxUllWlLwOG; desc @@ 1.1 log @lang/moscow_ml: Fix build with GCC 14 * Set LICENSE. * Make pkglint happier. @ text @$NetBSD$ --- src/runtime/config.h.orig 2026-06-03 12:59:35.006483455 +0000 +++ src/runtime/config.h @@@@ -18,6 +18,7 @@@@ /* Library dependencies */ +#if !defined(__NetBSD__) #ifdef HAS_MEMMOVE #define bcopy(src,dst,len) memmove((dst), (src), (len)) #else @@@@ -29,6 +30,7 @@@@ #else #define bcopy(src,dst,len) memmov((dst), (src), (len)) #define USING_MEMMOV +#endif #endif #endif #endif @