summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-02 02:34:36 +0000
committerobrien <obrien@FreeBSD.org>2003-06-02 02:34:36 +0000
commitf40f81aa0ced8816bdce937eef71769fe3ec07cb (patch)
treef89bc54853cde3114878039e6f55456a524c5170 /libexec/rpc.rstatd
parent5e3258c2fc39cb39af961b417f80797cfd699a52 (diff)
downloadFreeBSD-src-f40f81aa0ced8816bdce937eef71769fe3ec07cb.zip
FreeBSD-src-f40f81aa0ced8816bdce937eef71769fe3ec07cb.tar.gz
Add the variable's type to the declaration.
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r--libexec/rpc.rstatd/rstat_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c
index 440bdb6..c8f2b97 100644
--- a/libexec/rpc.rstatd/rstat_proc.c
+++ b/libexec/rpc.rstatd/rstat_proc.c
@@ -100,7 +100,7 @@ union {
} stats_all;
void updatestat();
-static stat_is_init = 0;
+static int stat_is_init = 0;
static kvm_t *kd;
static int cp_time_xlat[RSTAT_CPUSTATES] = { CP_USER, CP_NICE, CP_SYS,
OpenPOWER on IntegriCloud