summaryrefslogtreecommitdiffstats
path: root/bin/ps/keyword.c
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-06-23 11:56:57 +0000
committergad <gad@FreeBSD.org>2004-06-23 11:56:57 +0000
commit124619453d9830687c7c3ea9546afc1d026ad6db (patch)
treed9f09cce579e6e640c53fd88d01c1705b3a5f9e3 /bin/ps/keyword.c
parenteb9807848c2e4258f5d8291faf1b0bfc00e57d34 (diff)
downloadFreeBSD-src-124619453d9830687c7c3ea9546afc1d026ad6db.zip
FreeBSD-src-124619453d9830687c7c3ea9546afc1d026ad6db.tar.gz
Make sure the value of "upr" (scheduling priority on return from system call)
is scaled in the same way that "pri" (scheduling priority) is scaled. Submitted by: Cyrille Lefevre
Diffstat (limited to 'bin/ps/keyword.c')
-rw-r--r--bin/ps/keyword.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 6764b90..8a1726a 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -197,8 +197,7 @@ static VAR var[] = {
0},
{"uid", "UID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_uid), UINT,
UIDFMT, 0},
- {"upr", "UPR", NULL, 0, kvar, NULL, 3, KOFF(ki_pri.pri_user), UCHAR,
- "d", 0},
+ {"upr", "UPR", NULL, 0, upr, NULL, 3, 0, CHAR, NULL, 0},
{"uprocp", "UPROCP", NULL, 0, kvar, NULL, 8, KOFF(ki_paddr), KPTR,
"lx", 0},
{"user", "USER", NULL, LJUST|DSIZ, uname, s_uname, USERLEN, 0, CHAR,
OpenPOWER on IntegriCloud