summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2004-02-08 23:57:19 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2004-02-08 23:57:19 +0000
commit7cb9663b270aed72006c9446560ecdf75ada6d52 (patch)
treef104eb48def637e9cb6152803c393081631bd2d8
parent0bd9f15133341d335e088bfd0fa2c206e9067404 (diff)
Notes
-rw-r--r--bin/ps/keyword.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 918feca05ec0..ec0624918d0b 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -192,6 +192,8 @@ static VAR var[] = {
UIDFMT, 0},
{"upr", "UPR", NULL, 0, kvar, NULL, 3, KOFF(ki_pri.pri_user), UCHAR,
"d", 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,
NULL, 0},
{"usrpri", "", "upr", 0, NULL, NULL, 0, 0, CHAR, NULL, 0},