X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_first.c;h=d2b81a958bac38e86ab7565205ae617f4af2d86b;hb=9fac51648328756dca9b77b808bfa867d441fe1a;hp=abba426f21ecf60ce86c2f27b3cd839605d0986b;hpb=dd86fdf1b4d99437b9aa19934e02230c090cc1d5;p=rrdtool.git diff --git a/src/rrd_first.c b/src/rrd_first.c index abba426..d2b81a9 100644 --- a/src/rrd_first.c +++ b/src/rrd_first.c @@ -15,15 +15,15 @@ time_t rrd_first( { int target_rraindex = 0; char *endptr; + struct option long_options[] = { + {"rraindex", required_argument, 0, 129}, + {0, 0, 0, 0} + }; optind = 0; opterr = 0; /* initialize getopt */ while (1) { - static struct option long_options[] = { - {"rraindex", required_argument, 0, 129}, - {0, 0, 0, 0} - }; int option_index = 0; int opt;