diff options
| author | augustss <augustss@NetBSD.org> | 2002-01-28 13:10:01 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2002-01-28 13:10:01 +0000 |
| commit | d904dc6dd835f246a9acc0de9aee90edc697261f (patch) | |
| tree | 10ae078d8fd8094dbd8f6792bc23a939e83e5cf9 /libexec | |
| parent | 534f95bc6e5ebbf5afd5acf9ce25b081ccd84fb6 (diff) | |
Make it compile again (vmstat change fallout).
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rpc.rstatd/rstat_proc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index b91817034e3..af38d1cc992 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -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 @@ setup() numintfs++; off = (long)ifnet.if_list.tqe_next; } - dkinit(0, getgid()); + dkinit(0); } /* |
