Source-Changes-HG archive

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

[src/trunk]: src/libexec/rpc.rstatd Make it compile again (vmstat change fall...



details:   https://anonhg.NetBSD.org/src/rev/a96df40af0cd
branches:  trunk
changeset: 521328:a96df40af0cd
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jan 28 13:10:01 2002 +0000

description:
Make it compile again (vmstat change fallout).

diffstat:

 libexec/rpc.rstatd/rstat_proc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fc90ed32b8de -r a96df40af0cd libexec/rpc.rstatd/rstat_proc.c
--- a/libexec/rpc.rstatd/rstat_proc.c   Mon Jan 28 12:29:38 2002 +0000
+++ b/libexec/rpc.rstatd/rstat_proc.c   Mon Jan 28 13:10:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rstat_proc.c,v 1.38 2000/12/01 02:10:22 simonb Exp $   */
+/*     $NetBSD: rstat_proc.c,v 1.39 2002/01/28 13:10:01 augustss Exp $ */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,7 +35,7 @@
 static char sccsid[] = "from: @(#)rpc.rstatd.c 1.1 86/09/25 Copyr 1984 Sun Micro";
 static char sccsid[] = "from: @(#)rstat_proc.c 2.2 88/08/01 4.0 RPCSRC";
 #else
-__RCSID("$NetBSD: rstat_proc.c,v 1.38 2000/12/01 02:10:22 simonb Exp $");
+__RCSID("$NetBSD: rstat_proc.c,v 1.39 2002/01/28 13:10:01 augustss Exp $");
 #endif
 #endif
 
@@ -355,7 +355,7 @@
                numintfs++;
                off = (long)ifnet.if_list.tqe_next;
        }
-       dkinit(0, getgid());
+       dkinit(0);
 }
 
 /*



Home | Main Index | Thread Index | Old Index