summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_conf.c')
-rw-r--r--sys/kern/tty_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c
index 488e383..77a9593 100644
--- a/sys/kern/tty_conf.c
+++ b/sys/kern/tty_conf.c
@@ -73,7 +73,7 @@ static struct linesw nodisc = {
};
static struct linesw termios_disc = {
- .l_open = ttyopen,
+ .l_open = tty_open,
.l_close = ttylclose,
.l_read = ttread,
.l_write = ttwrite,
OpenPOWER on IntegriCloud