bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / fallocate.c
index 70e7e178fd926edc9d5f7311b62ea4a5f5fa430a..8542586dcd5ffb8e0cf1dd40cebd98a62103b885 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 //config:config FALLOCATE
 //config:      bool "fallocate (5 kb)"
 //config:      default y
@@ -82,8 +81,7 @@ int fallocate_main(int argc UNUSED_PARAM, char **argv)
        int fd;
 
        /* exactly one non-option arg */
-       opt_complementary = "=1";
-       opts = getopt32(argv, "l:o:", &str_l, &str_o);
+       opts = getopt32(argv, "^" "l:o:" "\0" "=1", &str_l, &str_o);
        if (!(opts & 1))
                bb_show_usage();