summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-16 20:19:51 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-16 20:19:51 +0000
commitfece93f6bd7aed95bbd6edfb87765c3fcdbfedd5 (patch)
tree753510a45014ce84706fa2914051fe1c649cbf01 /bin/ps/extern.h
parent939d493b8a013b9f890ed54d5f8df60c3bc01062 (diff)
downloadFreeBSD-src-fece93f6bd7aed95bbd6edfb87765c3fcdbfedd5.zip
FreeBSD-src-fece93f6bd7aed95bbd6edfb87765c3fcdbfedd5.tar.gz
Perform keyword.c:1.27 properly, implement -orss in the New World Order of
ps(1) formatting, using pgtok() to get the value in K, rather than printing it in pages. This is consistent with behaviour before keyword.c:1.26 (et al) which exists in STABLE today, and which uses the same metric as VSZ. Submitted by: bde
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 054dd74..58777e3 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -69,6 +69,7 @@ void pri(KINFO *, VARENT *);
void printheader(void);
void priorityr(KINFO *, VARENT *);
void rgroupname(KINFO *, VARENT *);
+void rss(KINFO *, VARENT *);
void runame(KINFO *, VARENT *);
void rvar(KINFO *, VARENT *);
int s_rgroupname(KINFO *);
OpenPOWER on IntegriCloud