diff options
Diffstat (limited to 'src/runcon.c')
-rw-r--r-- | src/runcon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runcon.c b/src/runcon.c index a5c2300fc..8c2b26168 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -61,7 +61,8 @@ #define AUTHORS proper_name ("Russell Coker") -static struct option long_options[] = { +static const struct option const long_options[] = +{ {"role", required_argument, NULL, 'r'}, {"type", required_argument, NULL, 't'}, {"user", required_argument, NULL, 'u'}, |