mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 22:15:13 +08:00
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
Block a user