aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sx
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/sx
parente65b8f47b37d55056175640b70f210b763a29f00 (diff)
Notes
Diffstat (limited to 'sys/dev/sx')
-rw-r--r--sys/dev/sx/sx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sx/sx.c b/sys/dev/sx/sx.c
index 56110165cced8..4995292695119 100644
--- a/sys/dev/sx/sx.c
+++ b/sys/dev/sx/sx.c
@@ -548,7 +548,7 @@ sxclose(
/* ok. we are now still on the right track.. nuke the hardware */
sxhardclose(pp);
- ttyclose(tp);
+ tty_close(tp);
pp->sp_state &= ~SX_SS_OPEN;
out: