summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-13 21:42:01 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-13 21:42:01 +0200
commitb25b78f5c087bd187889dc4bb6bfeff0826a651d (patch)
tree750fbd2f8526ce0c7dbcdb69fe10ffa07c12d471
parente312afc3440519ea91992b5df74886856ae57555 (diff)
Drop spurious changes
-rw-r--r--i386/i386/trap.c2
-rw-r--r--ipc/mach_port.c2
-rw-r--r--version.m42
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(
diff --git a/version.m4 b/version.m4
index ee2bfadc..d6696d62 100644
--- a/version.m4
+++ b/version.m4
@@ -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])