From: albert <> Date: Sun, 8 Dec 2002 21:05:54 +0000 (+0000) Subject: tolerate libproc changes X-Git-Tag: v3.3.0~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e83c7ed6e20ef5ec6619e39581625677049ac83;p=procps-ng tolerate libproc changes --- diff --git a/w.c b/w.c index 2634fa29..2806993b 100644 --- a/w.c +++ b/w.c @@ -268,7 +268,7 @@ int main(int argc, char **argv) { if (maxcmd < 3) fprintf(stderr, "warning: screen width %d suboptimal.\n", win.ws_col); - procs = readproctab(PROC_FILLCOM | PROC_FILLUSR); + procs = readproctab(PROC_FILLCOM | PROC_FILLUSR | PROC_FILLSTAT); if (header) { /* print uptime and headers */ print_uptime();