getopt_ulflags -> getopt32.
[oweals/busybox.git] / loginutils / getty.c
index 22601c74e4f898a2cde169eed4184b0fb7a28c3e..6730fa85c9ad37700daeecc3dd81e13893af031d 100644 (file)
@@ -258,7 +258,7 @@ static void parse_args(int argc, char **argv, struct options *op)
 {
        char *ts;
 
-       op->flags = bb_getopt_ulflags(argc, argv, opt_string,
+       op->flags = getopt32(argc, argv, opt_string,
                &(op->initstring), &fakehost, &(op->issue),
                &(op->login), &ts);
        if(op->flags & F_INITSTRING) {