From 3b608f919695a02dc34e21089b69d30d3c856982 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 1 Dec 1995 22:06:20 +0000 Subject: (S_tioctl_tiocremote): Deleted function. --- term/users.c | 8 -------- 1 file changed, 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, -- cgit v1.2.3