summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/proc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proc/proc.h b/proc/proc.h
index d48bd3f7..220b893a 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -70,9 +70,7 @@ struct proc
{
mach_port_t reply_port;
mach_msg_type_name_t reply_port_type;
- struct proc *waiting;
- struct proc **procs;
- int nprocs;
+ struct proc *msgp;
} getmsgport_c;
} p_continuation;