mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct forgotten defs in defproc macro
This commit is contained in:
parent
f110e2e328
commit
7b2a16a33a
1 changed files with 4 additions and 0 deletions
|
|
@ -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 ", \
|
||||
|
|
|
|||
Loading…
Reference in a new issue