summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-02-21 18:27:16 +0000
committerdillon <dillon@FreeBSD.org>2002-02-21 18:27:16 +0000
commit23fcffffc97fe63a1b023e4e4ed26f6733a72c3b (patch)
treee04800e18864bebe6cb04c2e71e4e606803bf7bc /bin/ps/ps.c
parent5c90e6187fe6e32f02426460574227d62a8e546f (diff)
downloadFreeBSD-src-23fcffffc97fe63a1b023e4e4ed26f6733a72c3b.zip
FreeBSD-src-23fcffffc97fe63a1b023e4e4ed26f6733a72c3b.tar.gz
Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep
functionality and make it the default. With additional improvements by: Mark Peek <mp@FreeBSD.org>
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r--bin/ps/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 0897ccb..55445e7 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -103,7 +103,7 @@ static uid_t *getuids(const char *, int *);
static char dfmt[] = "pid tt state time command";
static char jfmt[] = "user pid ppid pgid jobc state tt time command";
-static char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command";
+static char lfmt[] = "uid pid ppid cpu pri nice vsz rss mwchan state tt time command";
static char o1[] = "pid";
static char o2[] = "tt state time command";
static char ufmt[] = "user pid %cpu %mem vsz rss tt state start time command";
OpenPOWER on IntegriCloud