mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFp4 @46705:
Support "uprocp" exactly like "paddr" with the former having been documented in the manual but not implemented. PR: 42484
This commit is contained in:
parent
0bd9f15133
commit
7cb9663b27
1 changed files with 2 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue