summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-01 21:55:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-01 21:55:55 +0000
commit020ea0450e4ae31983fba5bdefc5b7a008c97671 (patch)
treeeec19193147f88b4dabe48ec21c321ffb4605f14
parent52c83ef62377aad8feb1641fa4ebd518f216fbc0 (diff)
(S_tioctl_tiocsig, S_tioctl_tiocpkt, S_tioctl_tiocucntl): Deleted
functions.
-rw-r--r--term/users.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/term/users.c b/term/users.c
index b8114a68..7cef66c6 100644
--- a/term/users.c
+++ b/term/users.c
@@ -863,28 +863,6 @@ S_tioctl_tiocdrain (io_t port)
return err;
}
-/* TIOCSIG -- PTY master generate signal */
-kern_return_t
-S_tioctl_tiocsig (io_t port)
-{
- return EOPNOTSUPP;
-}
-
-/* TIOCEXT -- PTY master enter external mode */
-kern_return_t
-S_tioctl_tiocext (io_t port)
-{
- return EOPNOTSUPP;
-}
-
-/* TIOCUCNTL -- PTY set/clear usr cntl mode */
-kern_return_t
-S_tioctl_tiocucntl (io_t port,
- int how)
-{
- return EOPNOTSUPP;
-}
-
/* TIOCSWINSZ -- Set window size */
kern_return_t
S_tioctl_tiocswinsz (io_t port,