Commit 627c228e authored by osdl.net!shemminger's avatar osdl.net!shemminger

Style change

2005/03/10 12:26:43-08:00 net[shemminger]!shemminger
Import patch iproute-batch.1.050209.patch

(Logical change 1.164)
parent c3d76c35
......@@ -243,7 +243,7 @@ int main(int argc, char **argv)
while ((c = getopt_long(argc, argv,"Vc:df:h?i:k:s:w:",
opts, NULL)) != -1) {
switch (c) {
int i, len;
int i, len = 0;
char *tmp, *tok;
case 'c':
count = strtoul(optarg, NULL, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment