]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc/action: make variables static
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Nov 2018 22:36:38 +0000 (14:36 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Nov 2018 19:42:44 +0000 (11:42 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/m_action.c

index e90867fc6c255f5a9e02863a14d071685b9f3f24..d5fd5affe7039d43a90dfe5ef47fb01f56a5774c 100644 (file)
@@ -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)
 {