aboutsummaryrefslogtreecommitdiff
path: root/term/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/users.c')
-rw-r--r--term/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c
index a2b74d1b..c34bd690 100644
--- a/term/users.c
+++ b/term/users.c
@@ -570,7 +570,7 @@ S_tioctl_tiocmods (io_t port,
err = EBADF;
else
{
- mdmctl (MDMCTL_SET, state);
+ (*bottom->mdmctl) (MDMCTL_SET, state);
err = 0;
}