aboutsummaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc
blob: a985d0968c53e0dd7b9c3c30699a2c19580a3607 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/crashpad/crashpad/util/misc/uuid.cc.orig	2019-12-12 12:41:25 UTC
+++ third_party/crashpad/crashpad/util/misc/uuid.cc
@@ -95,7 +95,7 @@ bool UUID::InitializeWithNew() {
   InitializeFromBytes(uuid);
   return true;
 #elif defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) || \
-    defined(OS_FUCHSIA)
+    defined(OS_FUCHSIA) || defined(OS_BSD)
   // Linux, Android, and Fuchsia do not provide a UUID generator in a
   // widely-available system library. On Linux and Android, uuid_generate()
   // from libuuid is not available everywhere.