diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-03 17:16:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-03 17:16:53 +0000 |
commit | 568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb (patch) | |
tree | e0654ce2c61cd0e20dc2a541a18a276bcd3ba5db /proc/mgt.c | |
parent | c28a962b837c457e0e7478774ddd528f9ea9df99 (diff) | |
download | hurd-568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb.tar.gz hurd-568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb.tar.bz2 hurd-568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb.zip |
entered into RCS
Diffstat (limited to 'proc/mgt.c')
-rw-r--r-- | proc/mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |