getopt_ulflags -> getopt32.
[oweals/busybox.git] / loginutils / su.c
index c51359ae175021da142ffc923f22c9c5f5be535d..78942014efcf64587897c24c46fbd2128e06fe2a 100644 (file)
@@ -20,7 +20,7 @@ int su_main(int argc, char **argv)
        const char *tty;
        char *old_user;
 
-       flags = bb_getopt_ulflags(argc, argv, "mplc:s:", &opt_command, &opt_shell);
+       flags = getopt32(argc, argv, "mplc:s:", &opt_command, &opt_shell);
 #define SU_OPT_mp (3)
 #define SU_OPT_l (4)