diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-24 20:59:58 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-24 20:59:58 +0000 |
commit | bbd40ec2bcd11142b8de273a9c009fe5d2d248f2 (patch) | |
tree | 9188078f3a2777fad639d74072051903087b2ba7 /utils/psout.c | |
parent | 48a0321569769612f114b65b0df51d4fe3072739 (diff) | |
download | hurd-bbd40ec2bcd11142b8de273a9c009fe5d2d248f2.tar.gz hurd-bbd40ec2bcd11142b8de273a9c009fe5d2d248f2.tar.bz2 hurd-bbd40ec2bcd11142b8de273a9c009fe5d2d248f2.zip |
2006-07-24 Ben Asselstine <benasselstine@canada.com>
[bug #17135]
* psout.c (psout): Exit returning `1' if there aren't any applicable
processes.
Diffstat (limited to 'utils/psout.c')
-rw-r--r-- | utils/psout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/psout.c b/utils/psout.c index d3bde0cf..93667b28 100644 --- a/utils/psout.c +++ b/utils/psout.c @@ -106,7 +106,7 @@ psout (struct proc_stat_list *procs, ps_stream_newline (output); } else - error (0, 0, "No applicable processes"); + error (1, 0, "No applicable processes"); } if (output_width) |