tc/action: make variables static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
42d9eed451
commit
9e96e71594
|
|
@ -30,9 +30,9 @@
|
||||||
|
|
||||||
static struct action_util *action_list;
|
static struct action_util *action_list;
|
||||||
#ifdef CONFIG_GACT
|
#ifdef CONFIG_GACT
|
||||||
int gact_ld; /* f*ckin backward compatibility */
|
static int gact_ld; /* f*ckin backward compatibility */
|
||||||
#endif
|
#endif
|
||||||
int tab_flush;
|
static int tab_flush;
|
||||||
|
|
||||||
static void act_usage(void)
|
static void act_usage(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue