From 74cb22cc5c965773317f3d7b9294973e9c9188c7 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 25 May 1995 18:48:33 +0000 Subject: Bring in all my fixes to Poul's gripe list as of last night. --- usr.sbin/sysinstall/termcap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/termcap.c') diff --git a/usr.sbin/sysinstall/termcap.c b/usr.sbin/sysinstall/termcap.c index 69522c6..99cde148 100644 --- a/usr.sbin/sysinstall/termcap.c +++ b/usr.sbin/sysinstall/termcap.c @@ -63,8 +63,10 @@ set_termcap(void) return -1; } } - if (DebugFD == -1) + if (DebugFD == -1) { DebugFD = open("/dev/ttyv1", O_WRONLY); + ioctl(DebugFD, TIOCCONS, (char *)NULL); + } OnVTY = TRUE; } return 0; -- cgit v1.1