getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / uname.c
index da12c3aeedf92041d4274c7b83b910eb5ac67424..575fb525c227c45019049cca00fa3ca8ce506e52 100644 (file)
@@ -63,7 +63,7 @@ int uname_main(int argc, char **argv)
        const unsigned short int *delta;
        char toprint;
 
-       toprint = bb_getopt_ulflags(argc, argv, options);
+       toprint = getopt32(argc, argv, options);
 
        if (argc != optind) {
                bb_show_usage();