summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/fsinfo/fsinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/fsinfo/fsinfo.c')
-rw-r--r--usr.sbin/amd/fsinfo/fsinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/fsinfo/fsinfo.c b/usr.sbin/amd/fsinfo/fsinfo.c
index cde8bcb..dcc6982 100644
--- a/usr.sbin/amd/fsinfo/fsinfo.c
+++ b/usr.sbin/amd/fsinfo/fsinfo.c
@@ -37,7 +37,7 @@
*
* @(#)fsinfo.c 8.1 (Berkeley) 6/6/93
*
- * $Id$
+ * $Id: fsinfo.c,v 1.3 1997/02/22 16:03:20 peter Exp $
*
*/
@@ -106,7 +106,7 @@ char *v[];
if (!progname)
progname = "fsinfo";
- while ((ch = getopt(c, v, "a:b:d:e:f:h:m:D:U:I:qv")) != EOF)
+ while ((ch = getopt(c, v, "a:b:d:e:f:h:m:D:U:I:qv")) != -1)
switch (ch) {
case 'a':
autodir = optarg;
OpenPOWER on IntegriCloud