add static to list[] definition

This commit is contained in:
Thomas Bernard 2012-05-01 22:26:14 +02:00
parent 89212758f2
commit 6fe956229b
1 changed files with 1 additions and 1 deletions

View File

@ -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}
};