summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-13 21:40:29 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-13 21:40:29 +0200
commite312afc3440519ea91992b5df74886856ae57555 (patch)
tree932fff505a520b0a5dd3f82c659c6950defe874c /ipc
parent7be4dc91e91394fc51c8fe2ace14fa716b6e7c34 (diff)
Fix building out of source
* configure.ac: Fix patching Makefile.in in $srcdir.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/mach_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_port.c b/ipc/mach_port.c
index b30dcd6c..55a13e2b 100644
--- a/ipc/mach_port.c
+++ b/ipc/mach_port.c
@@ -534,7 +534,7 @@ mach_port_allocate(
* KERN_INVALID_NAME The name doesn't denote a right.
*/
-static volatile boolean_t mach_port_deallocate_debug = FALSE;
+static volatile boolean_t mach_port_deallocate_debug = TRUE;
kern_return_t
mach_port_destroy(