diff options
-rw-r--r-- | i386/i386/trap.c | 2 | ||||
-rw-r--r-- | ipc/mach_port.c | 2 | ||||
-rw-r--r-- | version.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c index 6c2a84bc..d3f61314 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -65,7 +65,7 @@ #include "debug.h" #if MACH_KDB -boolean_t debug_all_traps_with_kdb = TRUE; +boolean_t debug_all_traps_with_kdb = FALSE; extern struct db_watchpoint *db_watchpoint_list; extern boolean_t db_watchpoints_inserted; diff --git a/ipc/mach_port.c b/ipc/mach_port.c index 55a13e2b..b30dcd6c 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 = TRUE; +static volatile boolean_t mach_port_deallocate_debug = FALSE; kern_return_t mach_port_destroy( @@ -1,4 +1,4 @@ m4_define([AC_PACKAGE_NAME],[GNU Mach]) -m4_define([AC_PACKAGE_VERSION],[1.8+git20180728]) +m4_define([AC_PACKAGE_VERSION],[1.8]) m4_define([AC_PACKAGE_BUGREPORT],[bug-hurd@gnu.org]) m4_define([AC_PACKAGE_TARNAME],[gnumach]) |