diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-10 16:20:37 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 17:55:51 +0200 |
commit | 6f874305906b18a6bd7ba02f7dee949948e41262 (patch) | |
tree | cfa1119d8a9c92648eb91d2f1a43185998bbd792 /boot | |
parent | d73b0ee5f32bdf769a5d9d19c4cc590df07c1bef (diff) |
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.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |