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/ifupdown.c | |
parent | 007a01164705f3b086f5f4633e63a32d6c6e16c6 (diff) | |
download | busybox-w32-e4baaa2d2795c14775b26213d143e9f9f65e4d54.tar.gz busybox-w32-e4baaa2d2795c14775b26213d143e9f9f65e4d54.tar.bz2 busybox-w32-e4baaa2d2795c14775b26213d143e9f9f65e4d54.zip |
more remove lost exported
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 e07167aef..68fdd37d4 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -381,7 +381,7 @@ static struct method_t methods_ipx[] = { | |||
381 | { "static", static_up_ipx, static_down_ipx, }, | 381 | { "static", static_up_ipx, static_down_ipx, }, |
382 | }; | 382 | }; |
383 | 383 | ||
384 | struct address_family_t addr_ipx = { | 384 | static struct address_family_t addr_ipx = { |
385 | "ipx", | 385 | "ipx", |
386 | sizeof(methods_ipx) / sizeof(struct method_t), | 386 | sizeof(methods_ipx) / sizeof(struct method_t), |
387 | methods_ipx | 387 | methods_ipx |