Correct forgotten defs in defproc macro

This commit is contained in:
Greg Lehey 1999-04-04 03:33:45 +00:00
parent f110e2e328
commit 7b2a16a33a

View File

@ -534,6 +534,10 @@ define defproc
set $proc = allproc.lh_first
while (--$nproc >= 0)
if ($proc->p_pid == $arg0)
set $pptr = $proc.p_pptr
if ($pptr == 0)
set $pptr = $proc
end
set $myvectorproc = $proc
if ($proc.p_stat)
printf "%5d %08x %08x %4d %5d %5d %06x %d %-10s ", \