diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-02 02:34:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-02 02:34:36 +0000 |
commit | f40f81aa0ced8816bdce937eef71769fe3ec07cb (patch) | |
tree | f89bc54853cde3114878039e6f55456a524c5170 /libexec | |
parent | 5e3258c2fc39cb39af961b417f80797cfd699a52 (diff) | |
download | FreeBSD-src-f40f81aa0ced8816bdce937eef71769fe3ec07cb.zip FreeBSD-src-f40f81aa0ced8816bdce937eef71769fe3ec07cb.tar.gz |
Add the variable's type to the declaration.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rpc.rstatd/rstat_proc.c | 2 |
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, |