getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / cat.c
index 37237ec1d3d356ebab123e4c522a2817a92d90f7..f3baf0a2da4135edc49bfd48e378e0c8585a0400 100644 (file)
@@ -18,7 +18,7 @@ int cat_main(int argc, char **argv)
        FILE *f;
        int retval = EXIT_SUCCESS;
 
-       bb_getopt_ulflags(argc, argv, "u");
+       getopt32(argc, argv, "u");
 
        argv += optind;
        if (!*argv) {