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;
|
||||
#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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue