Signed-off-by: Davidlohr Bueso <davidlohr@xxxxxx> --- disk-utils/sfdisk.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index 88f953d..490492b 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -2319,8 +2319,6 @@ activate_usage(void) { exit(EXIT_FAILURE); } -static const char short_opts[] = "cdfghilnqsu:vx1A::C:DGH:I:LN:O:RS:TU::V"; - #define PRINT_ID 0400 #define CHANGE_ID 01000 @@ -2456,7 +2454,8 @@ main(int argc, char **argv) { if (!strcmp(program_invocation_short_name, "activate")) activate = 1; /* equivalent to `sfdisk -A' */ - while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "cdfghilnqsu:vx1A::C:DGH:I:LN:O:RS:TU::V", + long_opts, NULL)) != -1) { switch (c) { case 'f': force = 1; -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html