From c4e9edac67a64869a73cde5903ec92c96df97c13 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 1 Dec 1995 22:58:30 +0000 Subject: (trivfs_S_interrupt_operation): Delete function. --- term/users.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'term/users.c') diff --git a/term/users.c b/term/users.c index 600e6962..8c2a3bf2 100644 --- a/term/users.c +++ b/term/users.c @@ -1563,20 +1563,6 @@ send_signal (int signo) } } -error_t -trivfs_S_interrupt_operation (mach_port_t port) -{ - struct trivfs_protid *cred = ports_lookup_port (term_bucket, port, - tty_class); - if (!cred) - return EOPNOTSUPP; - - ports_interrupt_rpc (cred); - - ports_port_deref (cred); - return 0; -} - void report_carrier_off () { -- cgit v1.2.3