diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-24 19:08:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-24 19:08:29 +0000 |
commit | 0dde698248576b9eb5172fa6f182cc26e8fde98f (patch) | |
tree | fa612997e718921812f138caa3226b1bac3499f1 | |
parent | 8475c4a80531e196758ad3332072d951f56fe130 (diff) |
Formerly proc.h.~3~
-rw-r--r-- | proc/proc.h | 4 |
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; |