1 --- procps-3.2.7/w.c.kzak 2007-04-02 23:58:30.000000000 +0200
2 +++ procps-3.2.7/w.c 2007-04-03 00:09:15.000000000 +0200
4 const proc_t *restrict const tmp = *pptr;
5 if(unlikely(tmp->tgid == u->ut_pid)) {
11 if(tmp->tty != line) continue;
12 (*jcpu) += tmp->utime + tmp->stime;
14 /* same time-logic here as for "best" below */
15 if(! (secondbest && tmp->start_time <= secondbest->start_time) ){