From 6f874305906b18a6bd7ba02f7dee949948e41262 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 10 Jun 2014 16:20:37 +0200 Subject: hurd: fix receiver lookup in termctty_open_terminal * hurd/hurd_types.h (ctty_t): New type definition. * hurd/term.defs (ctty_t): New type definition. * term/mig-decls.h: New file. * term/mig-mutate.h: Add mutators, includes. * term/term.h: Add include guards. * term/users.c (S_termctty_open_terminal): Fix receiver lookup. * boot/boot.c (S_termctty_open_terminal): Likewise. --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index ed290148..03617f59 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1876,7 +1876,7 @@ S_io_revoke (mach_port_t obj, support on the console device. */ kern_return_t -S_termctty_open_terminal (mach_port_t object, +S_termctty_open_terminal (ctty_t object, int flags, mach_port_t *result, mach_msg_type_name_t *restype) -- cgit v1.2.3