From f40f81aa0ced8816bdce937eef71769fe3ec07cb Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Jun 2003 02:34:36 +0000 Subject: Add the variable's type to the declaration. --- libexec/rpc.rstatd/rstat_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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, -- cgit v1.1