diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-24 18:31:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-24 18:31:20 +0000 |
commit | ca13a1a24a1489be2eb73f5ec9f08e5dbf827a61 (patch) | |
tree | 7460081f8da02875304cb79bf3de85dae199c852 /boot | |
parent | 7beb8539de2bc6cb27e25a07fb41429f68701022 (diff) |
Formerly boot.c.~29~
Diffstat (limited to 'boot')
-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; } |