changes from donn@utah-cs for common header file for pcc
[unix-history] / usr / src / usr.bin / systat / iostat.c
index 3043514..4a3869f 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)iostat.c   1.4 (Lucasfilm) %G%";
+static char sccsid[] = "@(#)iostat.c   1.5 (Lucasfilm) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -74,7 +74,7 @@ static struct {
 static  int linesperregion;
 static  double etime;
 static  int numbers = 0;                /* default display bar graphs */
 static  int linesperregion;
 static  double etime;
 static  int numbers = 0;                /* default display bar graphs */
-static  int msps = 1;                   /* default ms/seek shown */
+static  int msps = 0;                   /* default ms/seek shown */
 static  int dk_select[DK_NDRIVE];
 
 initiostat()
 static  int dk_select[DK_NDRIVE];
 
 initiostat()