summaryrefslogtreecommitdiff
path: root/proc/mgt.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-11-03 17:16:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-11-03 17:16:53 +0000
commit568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb (patch)
treee0654ce2c61cd0e20dc2a541a18a276bcd3ba5db /proc/mgt.c
parentc28a962b837c457e0e7478774ddd528f9ea9df99 (diff)
entered into RCS
Diffstat (limited to 'proc/mgt.c')
-rw-r--r--proc/mgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/mgt.c b/proc/mgt.c
index 6ee374e2..9a3cec19 100644
--- a/proc/mgt.c
+++ b/proc/mgt.c
@@ -418,7 +418,7 @@ S_proc_getallpids (struct proc *p,
prociterate (count_up, &nprocs);
if (nprocs > *pidslen)
- vm_allocate (mach_task_self (), (vm_address_t *) *pids,
+ vm_allocate (mach_task_self (), (vm_address_t *) pids,
nprocs * sizeof (pid_t), 1);
loc = *pids;