add static to list[] definition
This commit is contained in:
parent
89212758f2
commit
6fe956229b
|
@ -30,7 +30,7 @@
|
|||
#include "../getifstats.h"
|
||||
#include "../config.h"
|
||||
|
||||
struct nlist list[] = {
|
||||
static struct nlist list[] = {
|
||||
{"_ifnet", 0, 0, 0, 0},
|
||||
{NULL,0, 0, 0, 0}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue