From 4633ef15a852c2457d103303c15d6bd78737af9e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Nov 1995 22:51:31 +0000 Subject: New function names. --- term/users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term/users.c') 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; } -- cgit v1.2.3