$OpenBSD: patch-third_party_crashpad_crashpad_util_misc_capture_context_h,v 1.9 2021/10/29 14:49:42 robert Exp $

Index: third_party/crashpad/crashpad/util/misc/capture_context.h
--- third_party/crashpad/crashpad/util/misc/capture_context.h.orig
+++ third_party/crashpad/crashpad/util/misc/capture_context.h
@@ -38,7 +38,7 @@ using NativeCPUContext = arm_unified_thread_state;
 #elif defined(OS_WIN)
 using NativeCPUContext = CONTEXT;
 #elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || \
-    defined(OS_FUCHSIA)
+    defined(OS_FUCHSIA) || defined(OS_BSD)
 using NativeCPUContext = ucontext_t;
 #endif  // OS_APPLE
 
