From 7cb9663b270aed72006c9446560ecdf75ada6d52 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sun, 8 Feb 2004 23:57:19 +0000 Subject: [PATCH] MFp4 @46705: Support "uprocp" exactly like "paddr" with the former having been documented in the manual but not implemented. PR: 42484 --- bin/ps/keyword.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 918feca05ec..ec0624918d0 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},