getopt_ulflags -> getopt32.
[oweals/busybox.git] / modutils / insmod.c
index 314e87325935b3e1c6ba1dd0bd23313adc10f9c9..0554def06f6b5967b250fc6b7d8eae5718712a38 100644 (file)
@@ -3983,7 +3983,7 @@ int insmod_main( int argc, char **argv)
        struct utsname myuname;
 
        /* Parse any options */
-       option_mask = bb_getopt_ulflags(argc, argv, OPTION_STR, &opt_o);
+       option_mask = getopt32(argc, argv, OPTION_STR,  &opt_o);
        if (option_mask & OPT_o) { // -o /* name the output module */
                free(m_name);
                m_name = xstrdup(opt_o);