getopt_ulflags -> getopt32.
[oweals/busybox.git] / archival / gunzip.c
index 1b496862895148911216fb53d86fbc4e3bd1f8b6..1cde08b4d19c703301431f133f7d6418eab2d6d5 100644 (file)
@@ -40,9 +40,9 @@ int gunzip_main(int argc, char **argv)
 {
        USE_DESKTOP(long long) int status;
        int exitcode = 0;
-       unsigned long opt;
+       unsigned opt;
 
-       opt = bb_getopt_ulflags(argc, argv, "cftdv");
+       opt = getopt32(argc, argv, "cftdv");
        /* if called as zcat */
        if (strcmp(bb_applet_name, "zcat") == 0) {
                opt |= GUNZIP_OPT_STDOUT;