diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-22 12:59:26 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-22 12:59:26 +0000 |
commit | ec73ef9ed9bdf1ad245661c23ba01b477cb312f8 (patch) | |
tree | f698cdfc8c2ad2918174461fa533bab555172f78 /networking | |
parent | 90ce125324cb398fa2cc20cc320bd9d0a60a23bb (diff) | |
download | busybox-w32-ec73ef9ed9bdf1ad245661c23ba01b477cb312f8.tar.gz busybox-w32-ec73ef9ed9bdf1ad245661c23ba01b477cb312f8.tar.bz2 busybox-w32-ec73ef9ed9bdf1ad245661c23ba01b477cb312f8.zip |
more remove lost exported
git-svn-id: svn://busybox.net/trunk/busybox@11574 69ca8d6d-28ef-0310-b511-8ec308f3f277
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[] = { | |||
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 |