1 --- src/3rdparty/chromium/base/rand_util.h.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/base/rand_util.h 3 @@ -209,7 +209,7 @@ void RandomShuffle(Itr first, Itr last) { 4 std::shuffle(first, last, RandomBitGenerator()); 5 } 6 7 -#if BUILDFLAG(IS_POSIX) 8 +#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_BSD) 9 BASE_EXPORT int GetUrandomFD(); 10 #endif 11 12