From ca13a1a24a1489be2eb73f5ec9f08e5dbf827a61 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 24 Jun 1994 18:31:20 +0000 Subject: Formerly boot.c.~29~ --- boot/boot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boot/boot.c') 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; } -- cgit v1.2.3