$OpenBSD: patch-base_trace_event_process_memory_dump_h,v 1.6 2018/07/30 15:28:28 robert Exp $

Index: base/trace_event/process_memory_dump.h
--- base/trace_event/process_memory_dump.h.orig
+++ 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
 
