getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / touch.c
index 76c05d8c8c2bf9b03188a7849f395e14b1eb0520..e1af7d0dce5458dcd212361f0b31ed4850ce47c5 100644 (file)
@@ -32,7 +32,7 @@ int touch_main(int argc, char **argv)
        int flags;
        int status = EXIT_SUCCESS;
 
-       flags = bb_getopt_ulflags(argc, argv, "c");
+       flags = getopt32(argc, argv, "c");
 
        argv += optind;