BSD 4_4 release
[unix-history] / usr / src / usr.sbin / sa / sa.c
index 8ea159a..0b3bfcc 100644 (file)
@@ -1,6 +1,21 @@
+/*-
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * This module is believed to contain source code proprietary to AT&T.
+ * Use and redistribution is subject to the Berkeley Software License
+ * Agreement and your Software Agreement with AT&T (Western Electric).
+ */
+
+#ifndef lint
+static char copyright[] =
+"@(#) Copyright (c) 1991, 1993\n\
+       The Regents of the University of California.  All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)sa.c        4.12 (Berkeley) 5/11/89";
-#endif
+static char sccsid[] = "@(#)sa.c       8.1 (Berkeley) 6/6/93";
+#endif /* not lint */
 
 /*
  *     Extensive modifications to internal data structures
 
 /*
  *     Extensive modifications to internal data structures
@@ -276,7 +291,7 @@ int (*cmp)();
 
 /* we assume pagesize is at least 1k */
 int    pgdiv;
 
 /* we assume pagesize is at least 1k */
 int    pgdiv;
-#define        pgtok(x)        ((x) / pgdiv)
+#define        pgtok(x)        ((x) * pgdiv)
 
 extern tcmp(), ncmp(), bflgcmp(), dcmp(), Dcmp(), kcmp(), Kcmp();
 extern double sum();
 
 extern tcmp(), ncmp(), bflgcmp(), dcmp(), Dcmp(), kcmp(), Kcmp();
 extern double sum();