$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/base/rand_util.h.orig 2024-12-17 17:58:49.000000000 +0000 +++ src/3rdparty/chromium/base/rand_util.h @@ -147,7 +147,7 @@ void RandomShuffle(Itr first, Itr last) std::shuffle(first, last, RandomBitGenerator()); } -#if BUILDFLAG(IS_POSIX) +#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_BSD) BASE_EXPORT int GetUrandomFD(); #endif