getopt_ulflags -> getopt32.
[oweals/busybox.git] / util-linux / losetup.c
index 54a160119cc2cc705334cf220752d8930cf247d7..8882ee4da6cc906a4d3fdb06c48ada5ee20d8526 100644 (file)
 
 int losetup_main(int argc, char **argv)
 {
-       unsigned long opt;
+       unsigned opt;
        char *opt_o;
        int offset = 0;
 
-       opt = bb_getopt_ulflags(argc, argv, "do:", &opt_o);
+       opt = getopt32(argc, argv, "do:", &opt_o);
        argc -= optind;
        argv += optind;