diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c index 1da8c0599d..04d98629ef 100644 --- a/hurd/hurdioctl.c +++ b/hurd/hurdioctl.c @@ -272,7 +272,7 @@ static int tiocsctty (int fd, int request) /* Always TIOCSCTTY. */ { - return __hurd_fail (HURD_DPORT_USE (fd, tiocsctty_port (port, ctty))); + return __hurd_fail (HURD_DPORT_USE (fd, do_tiocsctty (port, ctty))); } _HURD_HANDLE_IOCTL (tiocsctty, TIOCSCTTY); |