diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2006-05-02 05:25:20 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2006-05-02 05:25:20 +0000 |
commit | 487efbb44cb01ebfbd54519634765c5d50493cfb (patch) | |
tree | 18789d3058291f28b4583214dab5f8e0987494eb /bin/ps/extern.h | |
parent | 2713925c7a07f68416722d8a72ce97465591a7e2 (diff) |
Format nicelevel relative NZERO as other tools do.
Surely, says millert.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r-- | bin/ps/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h index ac625fb62af..61526d2b9ea 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.12 2005/01/07 20:41:13 otto Exp $ */ +/* $OpenBSD: extern.h,v 1.13 2006/05/02 05:25:19 hugh Exp $ */ /* $NetBSD: extern.h,v 1.10 1995/05/21 13:38:27 mycroft Exp $ */ /*- @@ -66,6 +66,7 @@ void pmem(const struct kinfo_proc2 *, VARENT *); void pri(const struct kinfo_proc2 *, VARENT *); void printheader(void); void pvar(const struct kinfo_proc2 *kp, VARENT *); +void pnice(const struct kinfo_proc2 *kp, VARENT *); void rgname(const struct kinfo_proc2 *, VARENT *); void rssize(const struct kinfo_proc2 *, VARENT *); void runame(const struct kinfo_proc2 *, VARENT *); |