diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 23:08:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 23:08:06 +0000 |
commit | e689d89ff7496743e13f1248a41462a9f4d0694c (patch) | |
tree | 97df84ba3cc5a63ae99e945aff1d00194f3871e9 /term | |
parent | 5fb3b42daa6c63be7632d79c20604a5b9f444f40 (diff) |
(S_tioctl_tiocpkt): Deleted function.
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 a947ed92..6f1d4692 100644 --- a/term/users.c +++ b/term/users.c @@ -1083,14 +1083,6 @@ S_tioctl_tiocstop (io_t port) return err; } -/* TIOCPKT -- PTY Master packet mode */ -kern_return_t -S_tioctl_tiocpkt (io_t port, - int how) -{ - return EOPNOTSUPP; -} - /* TIOCSTI -- Simulate terminal input */ kern_return_t S_tioctl_tiocsti (io_t port, |