$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- third_party/ffmpeg/libavutil/cpu.c.orig 2025-09-08 23:21:33.000000000 +0000 +++ third_party/ffmpeg/libavutil/cpu.c @@ -38,10 +38,7 @@ #if HAVE_GETPROCESSAFFINITYMASK || HAVE_WINRT #include #endif -#if HAVE_SYSCTL -#if HAVE_SYS_PARAM_H -#include -#endif +#if HAVE_SYSCTL && !defined(__OpenBSD__) #include #include #endif