Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/systat Make it compile (more vmstat fallout).



details:   https://anonhg.NetBSD.org/src/rev/a17b75b816d3
branches:  trunk
changeset: 521329:a17b75b816d3
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jan 28 13:20:43 2002 +0000

description:
Make it compile (more vmstat fallout).

diffstat:

 usr.bin/systat/iostat.c |  6 +++---
 usr.bin/systat/vmstat.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r a96df40af0cd -r a17b75b816d3 usr.bin/systat/iostat.c
--- a/usr.bin/systat/iostat.c   Mon Jan 28 13:10:01 2002 +0000
+++ b/usr.bin/systat/iostat.c   Mon Jan 28 13:20:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iostat.c,v 1.18 2001/01/16 02:50:30 cgd Exp $  */
+/*     $NetBSD: iostat.c,v 1.19 2002/01/28 13:20:43 augustss Exp $     */
 
 /*
  * Copyright (c) 1980, 1992, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)iostat.c   8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: iostat.c,v 1.18 2001/01/16 02:50:30 cgd Exp $");
+__RCSID("$NetBSD: iostat.c,v 1.19 2002/01/28 13:20:43 augustss Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -83,7 +83,7 @@
 initiostat(void)
 {
 
-       dkinit(1, egid);
+       dkinit(1);
        dkreadstats();
        return(1);
 }
diff -r a96df40af0cd -r a17b75b816d3 usr.bin/systat/vmstat.c
--- a/usr.bin/systat/vmstat.c   Mon Jan 28 13:10:01 2002 +0000
+++ b/usr.bin/systat/vmstat.c   Mon Jan 28 13:20:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmstat.c,v 1.36 2001/09/28 11:58:51 augustss Exp $     */
+/*     $NetBSD: vmstat.c,v 1.37 2002/01/28 13:20:43 augustss Exp $     */
 
 /*-
  * Copyright (c) 1983, 1989, 1992, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)vmstat.c   8.2 (Berkeley) 1/12/94";
 #endif
-__RCSID("$NetBSD: vmstat.c,v 1.36 2001/09/28 11:58:51 augustss Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.37 2002/01/28 13:20:43 augustss Exp $");
 #endif /* not lint */
 
 /*
@@ -187,7 +187,7 @@
                }
        }
        hertz = stathz ? stathz : hz;
-       if (! dkinit(1, egid))
+       if (! dkinit(1))
                return(0);
        if (dk_ndrive && !once) {
 #define        allocate(e, t) \



Home | Main Index | Thread Index | Old Index