diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 21:55:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 21:55:55 +0000 |
commit | 020ea0450e4ae31983fba5bdefc5b7a008c97671 (patch) | |
tree | eec19193147f88b4dabe48ec21c321ffb4605f14 /term | |
parent | 52c83ef62377aad8feb1641fa4ebd518f216fbc0 (diff) |
(S_tioctl_tiocsig, S_tioctl_tiocpkt, S_tioctl_tiocucntl): Deleted
functions.
Diffstat (limited to 'term')
-rw-r--r-- | term/users.c | 22 |
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, |