summaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-06-04 12:32:45 +0000
committerRoland McGrath <roland@gnu.org>1994-06-04 12:32:45 +0000
commitf58bf56f953b4a2667a01d1c39d0c4267c1613d6 (patch)
treedb49171ba39ba9e4dcb7a4cbd4ff01073a6da43e /boot/boot.c
parentfc4a91f9962b054aaa6454a70ef7c71ffc690bac (diff)
Formerly boot.c.~23~
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c13
1 files changed, 4 insertions, 9 deletions
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
(