aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/kd.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:03:27 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-09 00:02:21 +0900
commite86050875d72dbe2f80d3475220f769d7928f30b (patch)
tree479ba0579d6cc2d1fe2656a49f992f083fab509d /i386/i386at/kd.c
parent9bf69217ac9b64c9167956579c5284a9abcb73fe (diff)
downloadgnumach-e86050875d72dbe2f80d3475220f769d7928f30b.tar.gz
gnumach-e86050875d72dbe2f80d3475220f769d7928f30b.tar.bz2
gnumach-e86050875d72dbe2f80d3475220f769d7928f30b.zip
i386/i386at/immc.c, kd.c: use boolean instead of an int
* i386/i386at/immc.c (immediate_console_enable): Use boolean instead of an int. * i386/i386at/kd.c (immediate_console_enable): Likewise.
Diffstat (limited to 'i386/i386at/kd.c')
-rw-r--r--i386/i386at/kd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index def8a0ce..24d999a6 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -1189,8 +1189,8 @@ kdinit()
/* Now that we're set up, we no longer need or want the
immediate console. */
{
- extern int immediate_console_enable;
- immediate_console_enable = 0;
+ extern boolean_t immediate_console_enable;
+ immediate_console_enable = FALSE;
}
/* The immediate console printed stuff at the bottom of the