From 020ea0450e4ae31983fba5bdefc5b7a008c97671 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 1 Dec 1995 21:55:55 +0000 Subject: (S_tioctl_tiocsig, S_tioctl_tiocpkt, S_tioctl_tiocucntl): Deleted functions. --- term/users.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'term') 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, -- cgit v1.2.3