summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-04-06 17:33:19 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-04-06 17:33:19 +0000
commit1a58e6028fa8f16610739409d4fc5bba52c29486 (patch)
tree7d0b50c0ee8515045a767c84ef12e6b3f770a0df
parentfd2388747f73efd53d37df5a4b30e21c9c5d5325 (diff)
Formerly boot.c.~9~
-rw-r--r--boot/boot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/boot.c b/boot/boot.c
index b0a282c4..6891b6cc 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -94,6 +94,7 @@ request_server (mach_msg_header_t *inp,
mach_msg_header_t *outp)
{
return (exec_server (inp, outp)
+ || io_server (inp, outp)
|| device_server (inp, outp)
|| notify_server (inp, outp));
}
@@ -662,9 +663,9 @@ S_io_restrict_auth (mach_port_t object,
mach_port_t *newobject,
mach_msg_type_name_t *newobjtype,
uid_t *uids,
- u_int *nuids,
+ u_int nuids,
uid_t *gids,
- u_int *ngids)
+ u_int ngids)
{
if (object != pseudo_console)
return EOPNOTSUPP;
@@ -707,8 +708,7 @@ S_io_map (mach_port_t obj,
error_t
S_io_map_cntl (mach_port_t obj,
- mach_port_t *mem,
- mach_msg_type_name_t *objtype)
+ mach_port_t *mem)
{
return EOPNOTSUPP;
}