mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 01:00:30 -04:00
linprocfs: Eliminate bogus comment (KSE).
Reviewed by: trasz, emaste Differential revision: https://reviews.freebsd.org/D31525 MFC after: 2 weeks
This commit is contained in:
parent
3468cd95ca
commit
aae8ae5ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -1040,7 +1040,7 @@ linprocfs_doprocstatus(PFS_FILL_ARGS)
|
|||
|
||||
sx_slock(&proctree_lock);
|
||||
PROC_LOCK(p);
|
||||
td2 = FIRST_THREAD_IN_PROC(p); /* XXXKSE pretend only one thread */
|
||||
td2 = FIRST_THREAD_IN_PROC(p);
|
||||
|
||||
if (P_SHOULDSTOP(p)) {
|
||||
state = "T (stopped)";
|
||||
|
|
|
|||
Loading…
Reference in a new issue