summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-06-14 16:50:16 +0000
committertrasz <trasz@FreeBSD.org>2011-06-14 16:50:16 +0000
commit0b41fa9638f2db7aece9c1ee748bf6b0e621df18 (patch)
treefb18221bf363482b28baee819b51740b100f4755 /bin/ps/extern.h
parent9d45c190c83f9be0326790e82d82a5eb1ce395c7 (diff)
downloadFreeBSD-src-0b41fa9638f2db7aece9c1ee748bf6b0e621df18.zip
FreeBSD-src-0b41fa9638f2db7aece9c1ee748bf6b0e621df18.tar.gz
Add "gid" and "group" keywords to display the effective group ID
and effective group name. Also, add "egid", "egroup" and "euid" aliases. PR: bin/146331 Submitted by: Jeremie Le Hen <jeremie at le-hen dot org>
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 4321285..7b5522d 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -70,6 +70,7 @@ void pmem(KINFO *, VARENT *);
void pri(KINFO *, VARENT *);
void printheader(void);
void priorityr(KINFO *, VARENT *);
+void egroupname(KINFO *, VARENT *);
void rgroupname(KINFO *, VARENT *);
void runame(KINFO *, VARENT *);
void rvar(KINFO *, VARENT *);
@@ -78,6 +79,7 @@ int s_cputime(KINFO *);
int s_label(KINFO *);
int s_loginclass(KINFO *);
int s_logname(KINFO *);
+int s_egroupname(KINFO *);
int s_rgroupname(KINFO *);
int s_runame(KINFO *);
int s_systime(KINFO *);
OpenPOWER on IntegriCloud