mirror of https://github.com/xzeldon/htop.git
DragonFlyBSD: fixup columns
This commit is contained in:
parent
69cfaf2381
commit
4676e35f42
|
@ -399,6 +399,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
|||
proc->st_uid = kproc->kp_uid; // user ID
|
||||
proc->processor = kproc->kp_lwp.kl_origcpu;
|
||||
proc->starttime_ctime = kproc->kp_start.tv_sec;
|
||||
Process_fillStarttimeBuffer(proc);
|
||||
proc->user = UsersTable_getRef(super->usersTable, proc->st_uid);
|
||||
|
||||
proc->tty_nr = kproc->kp_tdev; // control terminal device number
|
||||
|
|
Loading…
Reference in New Issue