BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / systat / systat.h
index 3a1190d..ec648ba 100644 (file)
@@ -1,13 +1,21 @@
-/*      systat.h     1.6     85/05/01     */
+/*
+ * 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.
+ *
+ *     @(#)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/file.h>
-#include <sys/dk.h>
+#include <sys/dkstat.h>
 
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
 #include <netinet/in.h>
 #include <arpa/inet.h>
@@ -59,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];
 
@@ -68,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;