diff options
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index e07167a..68fdd37 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 |