$OpenBSD: patch-sysdeps_openbsd_procmap_c,v 1.18 2014/07/15 06:53:29 ajacoutot Exp $

From 9a887feed2147f32ac360be92405e41ad324ff95 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Thu, 10 Jul 2014 13:15:50 +0200
Subject: Unbreak build on OpenBSD after recent header changes.

--- sysdeps/openbsd/procmap.c.orig	Thu Jul 10 04:25:16 2014
+++ sysdeps/openbsd/procmap.c	Thu Jul 10 04:25:40 2014
@@ -41,6 +41,10 @@
 #include <sys/ucred.h>
 #include <sys/sysctl.h>
 
+/* XXX until uvm gets cleaned up */
+#include <sys/mutex.h>
+typedef int boolean_t;
+
 #undef _KERNEL
 #define _UVM_UVM_AMAP_I_H_ 1
 #define _UVM_UVM_MAP_I_H_ 1
