diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-07-08 05:15:33 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-07-08 05:15:33 +0000 |
| commit | 4cfe61fd8729b68bb29a7be11ffc27d2fff9a372 (patch) | |
| tree | 3196c5951676aa394b7bafc3c3cee2ffc56d63eb | |
| parent | 27ddb0d5db43b968e094c8eeba41206378b32163 (diff) | |
Notes
| -rw-r--r-- | bin/ps/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 004b0a7bd2e8..a3411e1fbecc 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -355,7 +355,7 @@ main(argc, argv) */ printheader(); if (nentries == 0) - exit(0); + exit(1); /* * sort proc list */ |
