From 85325f894261264799aad3f4929b07c05488f777 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 31 May 2013 04:27:41 +0000 Subject: Different approach to making all compilers happy. --- tools/regression/filemon/timed-forkb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/regression/filemon/timed-forkb.c b/tools/regression/filemon/timed-forkb.c index f7d66730abfd..b7a0221a3f02 100644 --- a/tools/regression/filemon/timed-forkb.c +++ b/tools/regression/filemon/timed-forkb.c @@ -45,8 +45,7 @@ #define SLEEP 20 /* seconds */ #endif -extern int verbose; -int verbose; +static int verbose; static void usage(void) -- cgit v1.2.3