$OpenBSD: patch-third_party_perfetto_include_perfetto_base_watchdog_posix_h,v 1.2 2019/04/17 11:48:54 robert Exp $

Index: third_party/perfetto/include/perfetto/base/watchdog_posix.h
--- third_party/perfetto/include/perfetto/base/watchdog_posix.h.orig
+++ third_party/perfetto/include/perfetto/base/watchdog_posix.h
@@ -46,7 +46,7 @@ class Watchdog {
     Timer(const Timer&) = delete;
     Timer& operator=(const Timer&) = delete;
 
-    timer_t timerid_ = nullptr;
+    timer_t timerid_ = 0;
   };
   virtual ~Watchdog();
 
