$OpenBSD: patch-base_tracing_trace_time_cc,v 1.1 2021/10/29 14:49:39 robert Exp $

Index: base/tracing/trace_time.cc
--- base/tracing/trace_time.cc.orig
+++ base/tracing/trace_time.cc
@@ -14,7 +14,7 @@ namespace tracing {
 int64_t TraceBootTicksNow() {
   // On Windows and Mac, TRACE_TIME_TICKS_NOW() behaves like boottime already.
 #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || \
-    defined(OS_FUCHSIA)
+    defined(OS_FUCHSIA) || defined(OS_BSD)
   struct timespec ts;
   int res = clock_gettime(CLOCK_BOOTTIME, &ts);
   if (res != -1)
@@ -24,4 +24,4 @@ int64_t TraceBootTicksNow() {
 }
 
 }  // namespace tracing
-}  // namespace base
\ No newline at end of file
+}  // namespace base
