From: Jim Warner Date: Sat, 26 Feb 2022 06:00:00 +0000 (-0600) Subject: w: responded to those library changes for 'TIME' stuff X-Git-Tag: v4.0.0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=831bd8cf29ce5056ba59c477812971c648f66d32;p=procps-ng w: responded to those library changes for 'TIME' stuff The library refactored 'TIME' items for consistency so we must adapt to some new data types and calculations. Signed-off-by: Jim Warner --- diff --git a/w.c b/w.c index 81de37ef..612d41cb 100644 --- a/w.c +++ b/w.c @@ -373,7 +373,7 @@ static int find_best_proc( struct pids_fetch *reap; enum pids_item items[] = { PIDS_ID_TGID, - PIDS_TIME_START, + PIDS_TICS_BEGAN, PIDS_ID_EUID, PIDS_ID_RUID, PIDS_ID_TPGID,