X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util-linux%2Flosetup.c;h=e224a4d541cf65774b35734b965e5f83e6d14638;hb=4e5b07b0fed4be34ab3b22666e2a68e7ec2738d8;hp=d521b7b88c42443adf2f103496cf5e915fdb382b;hpb=94e3365b8f8eead46ec0b494ce513b7915fb6c04;p=oweals%2Fbusybox.git diff --git a/util-linux/losetup.c b/util-linux/losetup.c index d521b7b88..e224a4d54 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -7,8 +7,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include - #include "libbb.h" int losetup_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; @@ -20,7 +18,7 @@ int losetup_main(int argc, char **argv) char *s; unsigned long long offset = 0; - /* max 2 args, all opts are mutially exclusive */ + /* max 2 args, all opts are mutually exclusive */ opt_complementary = "?2:d--of:o--df:f-do"; opt = getopt32(argv, "do:f", &opt_o); argc -= optind;