zcip: fix unaligned trap on ARM
[oweals/busybox.git] / networking / arping.c
index 8e457b13aa2eb86e85249743e6bba9a1763fe1cc..a2c4c22472f598882eefb444d93459a11346e004 100644 (file)
@@ -249,7 +249,7 @@ int arping_main(int argc, char **argv)
                 * Advert also sets unsolicited.
                 */
                opt_complementary = "=1:Df:AU";
-               opt = getopt32(argc, argv, "DUAqfbc:w:I:s:",
+               opt = getopt32(argv, "DUAqfbc:w:I:s:",
                                &str_count, &str_timeout, &device, &source);
                if (opt & 0x40) /* -c: count */
                        count = xatou(str_count);