summaryrefslogtreecommitdiff
path: root/proc/proc.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-24 19:08:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-24 19:08:29 +0000
commit0dde698248576b9eb5172fa6f182cc26e8fde98f (patch)
treefa612997e718921812f138caa3226b1bac3499f1 /proc/proc.h
parent8475c4a80531e196758ad3332072d951f56fe130 (diff)
Formerly proc.h.~3~
Diffstat (limited to 'proc/proc.h')
-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;