aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc')
-rw-r--r--www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc b/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc
index 72bfd04f86a4..1d9d8c712564 100644
--- a/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc
+++ b/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc
@@ -1,4 +1,4 @@
---- third_party/ipcz/src/reference_drivers/random.cc.orig 2022-06-17 14:20:10 UTC
+--- third_party/ipcz/src/reference_drivers/random.cc.orig 2022-09-24 10:57:32 UTC
+++ third_party/ipcz/src/reference_drivers/random.cc
@@ -15,7 +15,7 @@
#include <limits>
@@ -9,7 +9,7 @@
#include <asm/unistd.h>
#include <errno.h>
#include <sys/syscall.h>
-@@ -77,7 +77,7 @@ void RandomBytes(absl::Span<uint8_t> destination) {
+@@ -78,7 +78,7 @@ void RandomBytes(absl::Span<uint8_t> destination) {
ABSL_ASSERT(ok);
#elif BUILDFLAG(IS_FUCHSIA)
zx_cprng_draw(destination.data(), destination.size());