getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / tty.c
index eb8c3dd0f81d07696ffd20726d6e7b66ec91b42d..579e6f73cc8f9d4dd3236951db2c2dfe27809d7a 100644 (file)
@@ -23,7 +23,7 @@ int tty_main(int argc, char **argv)
 
        xfunc_error_retval = 2; /* SUSv3 requires > 1 for error. */
 
-       silent = bb_getopt_ulflags(argc, argv, "s");
+       silent = getopt32(argc, argv, "s");
 
        /* gnu tty outputs a warning that it is ignoring all args. */
        bb_warn_ignoring_args(argc - optind);