getopt_ulflags -> getopt32.
[oweals/busybox.git] / util-linux / readprofile.c
index 29e9f3e42912cf4d9d47ddc49b214795d5124bf7..ff70bf79b88a6d6f24f81495690cab92e75aa520 100644 (file)
@@ -64,8 +64,8 @@ int readprofile_main(int argc, char **argv)
        proFile = defaultpro;
        mapFile = defaultmap;
 
-       bb_opt_complementally = "nn:aa:bb:ss:ii:rr:vv";
-       bb_getopt_ulflags(argc, argv, "M:m:p:nabsirv",
+       opt_complementary = "nn:aa:bb:ss:ii:rr:vv";
+       getopt32(argc, argv, "M:m:p:nabsirv",
                        &mult, &mapFile, &proFile,
                        &optNative, &optAll, &optBins, &optSub,
                        &optInfo, &optReset, &optVerbose);