diff options
Diffstat (limited to 'term')
-rw-r--r-- | term/users.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/term/users.c b/term/users.c index 7cef66c6..6fb14206 100644 --- a/term/users.c +++ b/term/users.c @@ -917,14 +917,6 @@ S_tioctl_tiocgwinsz (io_t port, return 0; } -/* TIOCREMOTE -- PTY enter remote mode */ -kern_return_t -S_tioctl_tiocremote (io_t port, - int how) -{ - return EOPNOTSUPP; -} - /* TIOCMGET -- Fetch all modem bits */ kern_return_t S_tioctl_tiocmget (io_t port, |