$OpenBSD: patch-src_3rdparty_chromium_base_trace_event_process_memory_dump_h,v 1.2 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/base/trace_event/process_memory_dump.h
--- src/3rdparty/chromium/base/trace_event/process_memory_dump.h.orig
+++ src/3rdparty/chromium/base/trace_event/process_memory_dump.h
@@ -22,7 +22,7 @@
 
 // Define COUNT_RESIDENT_BYTES_SUPPORTED if platform supports counting of the
 // resident memory.
-#if !defined(OS_NACL)
+#if !defined(OS_NACL) && !defined(OS_BSD)
 #define COUNT_RESIDENT_BYTES_SUPPORTED
 #endif
 
