diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-22 12:59:26 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-22 12:59:26 +0000 |
commit | e4baaa2d2795c14775b26213d143e9f9f65e4d54 (patch) | |
tree | f698cdfc8c2ad2918174461fa533bab555172f78 /networking | |
parent | 007a01164705f3b086f5f4633e63a32d6c6e16c6 (diff) |
more remove lost exported
Diffstat (limited to 'networking')
-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 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 |