BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / systat / systat.h
index a274db9..ec648ba 100644 (file)
@@ -1,17 +1,19 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
+ * Copyright (c) 1980, 1989 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)systat.h    5.2 (Berkeley) %G%
+ *     @(#)systat.h    5.4 (Berkeley) 3/12/90
  */
 
 #include <netdb.h>
 #include <nlist.h>
 #include <signal.h>
 #include <curses.h>
  */
 
 #include <netdb.h>
 #include <nlist.h>
 #include <signal.h>
 #include <curses.h>
+#include <math.h>
 
 #include <sys/param.h>
 
 #include <sys/param.h>
+#include <sys/types.h>
 #include <sys/file.h>
 #include <sys/dkstat.h>
 
 #include <sys/file.h>
 #include <sys/dkstat.h>
 
@@ -65,6 +67,7 @@ int     naptime, col;
 long   ntext, textp;
 struct text *xtext;
 
 long   ntext, textp;
 struct text *xtext;
 
+int    fscale;
 double  lccpu;
 double avenrun[3];
 
 double  lccpu;
 double avenrun[3];
 
@@ -74,7 +77,7 @@ char  **dr_name;
 int    dk_ndrive;
 int    *dk_select;
 float  *dk_mspw;
 int    dk_ndrive;
 int    *dk_select;
 float  *dk_mspw;
-char    c, *namp, hostname[32];
+char    c, *namp, hostname[MAXHOSTNAMELEN];
 
 int    nports;
 int    nhosts;
 
 int    nports;
 int    nhosts;