From: Stephen Hemminger Date: Thu, 15 Nov 2018 22:36:38 +0000 (-0800) Subject: tc/action: make variables static X-Git-Tag: v4.20.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e96e7159411ff33862a7d227a4d19822add0de3;p=thirdparty%2Fiproute2.git tc/action: make variables static Signed-off-by: Stephen Hemminger --- diff --git a/tc/m_action.c b/tc/m_action.c index e90867fc6..d5fd5affe 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -30,9 +30,9 @@ static struct action_util *action_list; #ifdef CONFIG_GACT -int gact_ld; /* f*ckin backward compatibility */ +static int gact_ld; /* f*ckin backward compatibility */ #endif -int tab_flush; +static int tab_flush; static void act_usage(void) {