summaryrefslogtreecommitdiff
path: root/i386/i386at/cons_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/cons_conf.c')
-rw-r--r--i386/i386at/cons_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/cons_conf.c b/i386/i386at/cons_conf.c
index ea8ccb5..8a4b37c 100644
--- a/i386/i386at/cons_conf.c
+++ b/i386/i386at/cons_conf.c
@@ -34,7 +34,7 @@
extern int hypcnprobe(), hypcninit(), hypcngetc(), hypcnputc();
#else /* MACH_HYP */
extern int kdcnprobe(), kdcninit(), kdcngetc(), kdcnputc();
-#if NCOM > 0 && RCLINE >= 0
+#if NCOM > 0
extern int comcnprobe(), comcninit(), comcngetc(), comcnputc();
#endif
#endif /* MACH_HYP */
@@ -48,7 +48,7 @@ struct consdev constab[] = {
{"hyp", hypcnprobe, hypcninit, hypcngetc, hypcnputc},
#else /* MACH_HYP */
{"kd", kdcnprobe, kdcninit, kdcngetc, kdcnputc},
-#if NCOM > 0 && RCLINE >= 0 && 1
+#if NCOM > 0
{"com", comcnprobe, comcninit, comcngetc, comcnputc},
#endif
#endif /* MACH_HYP */