diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-03-31 05:11:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-03-31 05:11:47 +0000 |
| commit | 6c3f552a31dd0a0c8c59a028fd9bc507d43ec5cc (patch) | |
| tree | 9dcc58d3fb5e1644413565971c98196650ef87d3 /usr.sbin/iostat/iostat.c | |
| parent | 44ee97a91b095311b8703857d54df336354236a0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/iostat/iostat.c')
| -rw-r--r-- | usr.sbin/iostat/iostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index c440211b8f05..ab9b8dbb5e7e 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -146,7 +146,7 @@ main(argc, argv) interval = reps = 0; nlistf = memf = NULL; - while ((ch = getopt(argc, argv, "c:M:N:w:")) != EOF) + while ((ch = getopt(argc, argv, "c:M:N:w:")) != -1) switch(ch) { case 'c': if ((reps = atoi(optarg)) <= 0) |
