summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r--sys/kern/tty_cons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 1be20d2..f4e2484 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
- * $Id: cons.c,v 1.17 1994/10/31 17:20:14 joerg Exp $
+ * $Id: cons.c,v 1.18 1994/12/18 19:35:09 joerg Exp $
*/
@@ -67,7 +67,7 @@ int siocnprobe(), siocninit(), siocngetc(), siocncheckc(), siocnputc();
#endif
struct consdev constab[] = {
-#if NSC > 0
+#if NSC > 0 || NVT > 0
{ pccnprobe, pccninit, pccngetc, pccncheckc, pccnputc },
#endif
#if NSIO > 0
OpenPOWER on IntegriCloud