From bd273f0c0b41f4445f542dba6f44c57f5d752ace Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 2 Jun 2003 02:34:36 +0000 Subject: [PATCH] Add the variable's type to the declaration. --- libexec/rpc.rstatd/rstat_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index 440bdb6f588b..c8f2b97b6bf8 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,