diff options
Diffstat (limited to 'extensions/libipt_recent.c')
-rw-r--r-- | extensions/libipt_recent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_recent.c b/extensions/libipt_recent.c index 38d58711..94721b3f 100644 --- a/extensions/libipt_recent.c +++ b/extensions/libipt_recent.c @@ -22,7 +22,7 @@ #endif /* IPT_RECENT_NAME_LEN */ /* Options for this module */ -static struct option opts[] = { +static const struct option opts[] = { { .name = "set", .has_arg = 0, .flag = 0, .val = 201 }, { .name = "rcheck", .has_arg = 0, .flag = 0, .val = 202 }, { .name = "update", .has_arg = 0, .flag = 0, .val = 203 }, |