aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r--networking/ifupdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index e07167aef..68fdd37d4 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -381,7 +381,7 @@ static struct method_t methods_ipx[] = {
{ "static", static_up_ipx, static_down_ipx, },
};
-struct address_family_t addr_ipx = {
+static struct address_family_t addr_ipx = {
"ipx",
sizeof(methods_ipx) / sizeof(struct method_t),
methods_ipx