diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-22 17:00:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-22 17:00:11 +0000 |
commit | e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e (patch) | |
tree | 607404d9e6a23ebd26ede713cf3ffe988dea8878 /networking/ip.c | |
parent | 94e3365b8f8eead46ec0b494ce513b7915fb6c04 (diff) | |
download | busybox-w32-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.tar.gz busybox-w32-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.tar.bz2 busybox-w32-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.zip |
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
people may want to disable display of high-bit chars)
ip: build fixlet
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ip.c b/networking/ip.c index 182813d4e..5d9785194 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -90,7 +90,7 @@ int ip_main(int argc, char **argv) | |||
90 | USE_FEATURE_IP_RULE(IP_rule,) | 90 | USE_FEATURE_IP_RULE(IP_rule,) |
91 | IP_none | 91 | IP_none |
92 | }; | 92 | }; |
93 | int (*ip_func)(char **argv) = ip_print_help; | 93 | int (*ip_func)(char**) = ip_print_help; |
94 | 94 | ||
95 | argv = ip_parse_common_args(argv + 1); | 95 | argv = ip_parse_common_args(argv + 1); |
96 | if (*argv) { | 96 | if (*argv) { |