$OpenBSD: patch-base_debug_proc_maps_linux_cc,v 1.3 2014/05/24 15:27:34 robert Exp $
--- base/debug/proc_maps_linux.cc.orig.port	Thu May 22 21:44:40 2014
+++ base/debug/proc_maps_linux.cc	Thu May 22 21:45:00 2014
@@ -14,7 +14,7 @@
 #include "base/files/scoped_file.h"
 #include "base/strings/string_split.h"
 
-#if defined(OS_ANDROID) && !defined(__LP64__)
+#if (defined(OS_ANDROID) && !defined(__LP64__)) || defined(OS_BSD)
 // In 32-bit mode, Bionic's inttypes.h defines PRI/SCNxPTR as an
 // unsigned long int, which is incompatible with Bionic's stdint.h
 // defining uintptr_t as an unsigned int:
