follow kernel units change; still broken
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 15 May 1986 02:25:40 +0000 (18:25 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 15 May 1986 02:25:40 +0000 (18:25 -0800)
SCCS-vsn: old/analyze/analyze.c 5.2

usr/src/old/analyze/analyze.c

index 208dcd8..4175042 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)analyze.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)analyze.c  5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -61,7 +61,7 @@ struct        pte *Usrptma;
 int    firstfree;
 int    maxfree;
 int    freemem;
 int    firstfree;
 int    maxfree;
 int    freemem;
-struct pte p0br[ctopt(MAXTSIZ+MAXDSIZ+MAXSSIZ)][NPTEPG];
+struct pte p0br[ctopt(btoc(MAXTSIZ+MAXDSIZ+MAXSSIZ))][NPTEPG];
 int    pid;
 
 struct paginfo {
 int    pid;
 
 struct paginfo {