1 --- procps-3.2.7/top.c.sorthigh 2007-02-05 09:06:34.000000000 +0100
2 +++ procps-3.2.7/top.c 2007-02-05 09:09:35.000000000 +0100
4 unsigned w = Fieldstab[i].width;
6 int advance = (x==0) && !Rc.mode_altscr;
14 if (unlikely(-99 > p->priority) || unlikely(999 < p->priority)) {
16 + f = advance ? " RT" : " RT";
19 MKCOL((int)p->priority);
25 + f = advance ? "%08lx " : " %08lx ";
26 MKCOL((long)p->wchan);
28 MKCOL(lookup_wchan(p->wchan, p->XXXID));
31 } /* end: switch 'procflag' */
33 - rp = scat(rp, cbuf+advance);
34 + rp = scat(rp, cbuf);
35 } /* end: for 'maxpflgs' */