diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-03-28 15:24:41 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-03-28 15:24:41 +0000 |
| commit | 93ef08af3ef1a9fb7a3af6b7212d3ca094e9aba6 (patch) | |
| tree | 27b535c748fe2bf5a45a09dca51479595187c73f /bin/ps | |
| parent | caccaa9b2a645d1b9261aff743dfc96f05927071 (diff) | |
Notes
Diffstat (limited to 'bin/ps')
| -rw-r--r-- | bin/ps/ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index ee2d40786aa0..a26b9817d0df 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ps.c,v 1.17 1997/02/22 14:05:08 peter Exp $ */ #ifndef lint @@ -139,7 +139,7 @@ main(argc, argv) ttydev = NODEV; memf = nlistf = swapf = NULL; while ((ch = getopt(argc, argv, - "aCceghjLlM:mN:O:o:p:rSTt:U:uvW:wx")) != EOF) + "aCceghjLlM:mN:O:o:p:rSTt:U:uvW:wx")) != -1) switch((char)ch) { case 'a': all = 1; |
