diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 22:06:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 22:06:20 +0000 |
commit | 3b608f919695a02dc34e21089b69d30d3c856982 (patch) | |
tree | fb554943c7e8b801f71b91d1f0b6eb83c7ba9542 | |
parent | 8d0ad7a2d0ab4a083e393ee68a074ee3747ad57c (diff) |
(S_tioctl_tiocremote): Deleted function.
-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, |