summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-08 12:35:01 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-08 12:35:01 +0200
commit8927fbd63e29005ddb9b2c2264046089bf669857 (patch)
treea1af6f5d4e7ab6ce5fef9521faf3b4dfe53848a1 /random.c
parentf15806e05d97ac060f4e992db6c3e2b6814a9bbc (diff)
fix a receiver lookup
* mig-decls.h: New file. * mig-mutate.h: Likewise. * Makefile (MIGSFLAGS): Use mig-mutate.h. * random.c (S_startup_dosync): Fix the receiver lookup.
Diffstat (limited to 'random.c')
-rw-r--r--random.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/random.c b/random.c
index 5ef814f4..ca963580 100644
--- a/random.c
+++ b/random.c
@@ -524,11 +524,8 @@ struct port_class *shutdown_notify_class;
/* The system is going down; destroy all the extant port rights. That
will cause net channels and such to close promptly. */
error_t
-S_startup_dosync (mach_port_t handle)
+S_startup_dosync (struct port_info *inpi)
{
- struct port_info *inpi = ports_lookup_port (fsys->pi.bucket, handle,
- shutdown_notify_class);
-
if (!inpi)
return EOPNOTSUPP;