Remove networking/libiproute/linux/pkt_sched.h

(and networking/libiproute/linux/ since it become empty).
Style fixes.
This commit is contained in:
Denis Vlasenko
2007-01-02 16:32:16 +00:00
parent a71199e0f0
commit ace35eeb88
4 changed files with 28 additions and 434 deletions

View File

@@ -35,7 +35,8 @@ void ip_parse_common_args(int *argcp, char ***argvp)
char *opt = argv[1];
if (strcmp(opt,"--") == 0) {
argc--; argv++;
argc--;
argv++;
break;
}
@@ -69,7 +70,8 @@ void ip_parse_common_args(int *argcp, char ***argvp)
} else {
bb_show_usage();
}
argc--; argv++;
argc--;
argv++;
}
_SL_ = oneline ? "\\" : "\n" ;
*argcp = argc;