aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ip_parse_common_args.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-20 14:53:49 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-20 14:53:49 +0000
commitcd0e80ce902f6e79b31888af4ff4545846ce1c0e (patch)
tree629489f5c5615a4949eb54ac93c6387e55710133 /networking/libiproute/ip_parse_common_args.c
parent75103841072d71603b49ad00648e204ffcca589d (diff)
downloadbusybox-cd0e80ce902f6e79b31888af4ff4545846ce1c0e.tar.gz
- move iprule and ipaddress from matches() to index_in_str_array
text data bss dec hex filename 2544 0 0 2544 9f0 networking/libiproute/iprule.o.oorig 2356 0 0 2356 934 networking/libiproute/iprule.o 6481 0 0 6481 1951 networking/libiproute/ipaddress.o.oorig 6464 0 0 6464 1940 networking/libiproute/ipaddress.o
Diffstat (limited to 'networking/libiproute/ip_parse_common_args.c')
-rw-r--r--networking/libiproute/ip_parse_common_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c
index 3606d3877..a6ab39924 100644
--- a/networking/libiproute/ip_parse_common_args.c
+++ b/networking/libiproute/ip_parse_common_args.c
@@ -30,7 +30,7 @@ void ip_parse_common_args(int *argcp, char ***argvp)
{"-family", "inet", "inet6", "link",
"-4", "-6", "-0", "-oneline", 0};
enum {
- ARG_family,
+ ARG_family = 1,
ARG_inet,
ARG_inet6,
ARG_link,