diff options
Diffstat (limited to 'devel/electron33/files/patch-base_rand__util.h')
-rw-r--r-- | devel/electron33/files/patch-base_rand__util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-base_rand__util.h b/devel/electron33/files/patch-base_rand__util.h deleted file mode 100644 index 4c4211dd22ce..000000000000 --- a/devel/electron33/files/patch-base_rand__util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- base/rand_util.h.orig 2024-06-18 21:43:17 UTC -+++ 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 - |