summaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-12-01 02:10:22 +0000
committersimonb <simonb@NetBSD.org>2000-12-01 02:10:22 +0000
commit0833efd07de01be646cb3615b0437ee7a17eee2d (patch)
tree200b1a4266ed02e70ac92d3138a7eafd89f3bb2d /libexec/rpc.rstatd
parent198d7bfbee03909513060ee306ca8b8c693435dc (diff)
Remove extern variables and functions now declared in dkstats.h.
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r--libexec/rpc.rstatd/rstat_proc.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c
index 9fe58702f5d..b91817034e3 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.37 2000/11/30 23:59:03 simonb Exp $ */
+/* $NetBSD: rstat_proc.c,v 1.38 2000/12/01 02:10:22 simonb 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.37 2000/11/30 23:59:03 simonb Exp $");
+__RCSID("$NetBSD: rstat_proc.c,v 1.38 2000/12/01 02:10:22 simonb Exp $");
#endif
#endif
@@ -101,8 +101,6 @@ struct nlist nl[] = {
{ NULL },
};
-extern int dk_ndrive; /* From dkstats.c */
-extern struct _disk cur, last;
int hz;
char *memf = NULL, *nlistf = NULL;
@@ -120,9 +118,6 @@ union {
struct statstime s3;
} stats_all;
-extern void dkreadstats(void);
-extern int dkinit(int, gid_t);
-
void updatestat(int);
void setup(void);
void setup_kd_once(void);