aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-07-15 20:47:41 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-07-15 20:47:41 +0000
commit672c05d49c9565187ba43fd37c632fd5960c04b5 (patch)
treecb8932d8c884d3a6cc8f7e0616a4bdfa7fe0e5ee /sys/dev/cy
parente65b8f47b37d55056175640b70f210b763a29f00 (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 47d75ad20b357..04df7e109ec12 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -786,7 +786,7 @@ sioclose(dev, flag, mode, td)
ttyld_close(tp, flag);
disc_optim(tp, &tp->t_termios, com);
comhardclose(com);
- ttyclose(tp);
+ tty_close(tp);
siosettimeout();
splx(s);
#ifdef broken /* session holds a ref to the tty; can't deallocate */