From 6fe956229b9cdc2437536c24820107346a5af7d1 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 1 May 2012 22:26:14 +0200 Subject: [PATCH] add static to list[] definition --- miniupnpd/bsd/getifstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/bsd/getifstats.c b/miniupnpd/bsd/getifstats.c index a162213..69b8eeb 100644 --- a/miniupnpd/bsd/getifstats.c +++ b/miniupnpd/bsd/getifstats.c @@ -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} };