summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-05-25 05:07:18 +0000
committersteve <steve@FreeBSD.org>1998-05-25 05:07:18 +0000
commitb273678ed229c68dd7202152bcc23af88f3a7a83 (patch)
tree1c02c16e4380d2bf0c8280688fdb3279fa2e046d /bin/ps/extern.h
parent315fa28d1b5cd78e195a6d5b8725e2a61a09174c (diff)
downloadFreeBSD-src-b273678ed229c68dd7202152bcc23af88f3a7a83.zip
FreeBSD-src-b273678ed229c68dd7202152bcc23af88f3a7a83.tar.gz
If no value is present for the login name set it to '-'.
Also pretty-up the display of 'ps -Ortprio'. PR: 4947 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 679bd79..81a633b 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
- * $Id: extern.h,v 1.6 1997/04/29 05:26:04 jkh Exp $
+ * $Id: extern.h,v 1.7 1997/08/03 08:25:00 peter Exp $
*/
struct kinfo;
@@ -64,6 +64,7 @@ void parsefmt __P((char *));
void pcpu __P((KINFO *, VARENT *));
void pmem __P((KINFO *, VARENT *));
void pri __P((KINFO *, VARENT *));
+void rtprior __P((KINFO *, VARENT *));
void printheader __P((void));
void pvar __P((KINFO *, VARENT *));
void rssize __P((KINFO *, VARENT *));
OpenPOWER on IntegriCloud