From f58bf56f953b4a2667a01d1c39d0c4267c1613d6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 4 Jun 1994 12:32:45 +0000 Subject: Formerly boot.c.~23~ --- boot/boot.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index 001dcc79..b0e89651 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -202,14 +202,15 @@ request_server (mach_msg_header_t *inp, extern int io_server (mach_msg_header_t *, mach_msg_header_t *); extern int device_server (mach_msg_header_t *, mach_msg_header_t *); extern int notify_server (mach_msg_header_t *, mach_msg_header_t *); - extern int tioctl_server (mach_msg_header_t *, mach_msg_header_t *); + extern int S_term_server (mach_msg_header_t *, mach_msg_header_t *); + extern int S_tioctl_server (mach_msg_header_t *, mach_msg_header_t *); return (exec_server (inp, outp) || io_server (inp, outp) || device_server (inp, outp) || notify_server (inp, outp) - || term_server (inp, outp) - || tioctl_server (inp, outp)); + || S_term_server (inp, outp) + || S_tioctl_server (inp, outp)); } vm_address_t @@ -1330,12 +1331,6 @@ S_term_getctty (mach_port_t object, return 0; } -kern_return_t S_term_getctty -( - io_t terminal, - mach_port_t *ctty, -) -{ return EOPNOTSUPP; } kern_return_t S_term_become_ctty ( -- cgit v1.2.3