summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/cl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/dev/cl.c')
-rw-r--r--sys/arch/mvme88k/dev/cl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/cl.c b/sys/arch/mvme88k/dev/cl.c
index 4220d2af469..b46f2c14e4b 100644
--- a/sys/arch/mvme88k/dev/cl.c
+++ b/sys/arch/mvme88k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.30 2003/09/28 14:26:25 miod Exp $ */
+/* $OpenBSD: cl.c,v 1.31 2003/10/03 16:44:50 miod Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -529,7 +529,6 @@ clopen(dev, flag, mode, p)
tp = cl->tty;
} else {
tp = cl->tty = ttymalloc();
- tty_attach(tp);
}
tp->t_oproc = clstart;
tp->t_param = clparam;