don't pass argc in getopt32, it's superfluous
[platform/upstream/busybox.git] / util-linux / rdate.c
index 9166546..4387f04 100644 (file)
@@ -49,7 +49,7 @@ int rdate_main(int argc, char **argv)
        unsigned long flags;
 
        opt_complementary = "-1";
-       flags = getopt32(argc, argv, "sp");
+       flags = getopt32(argv, "sp");
 
        remote_time = askremotedate(argv[optind]);