diff options
-rw-r--r-- | boot/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/boot.c b/boot/boot.c index ee921450..26b36fb4 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1390,13 +1390,13 @@ S_term_getctty (mach_port_t object, } -kern_return_t S_term_become_ctty +kern_return_t S_term_open_ctty ( io_t terminal, pid_t pid, pid_t pgrp, - mach_port_t sigpt, - io_t *newtty + mach_port_t *newtty, + mach_msg_type_name_t *newttytype ) { return EOPNOTSUPP; } |