diff options
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index 8133b5647..0d3927df4 100644 --- a/src/install.c +++ b/src/install.c @@ -138,7 +138,7 @@ enum PRESERVE_CONTEXT_OPTION = CHAR_MAX + 1 }; -static const struct option const long_options[] = +static struct option const long_options[] = { {"backup", optional_argument, NULL, 'b'}, {GETOPT_SELINUX_CONTEXT_OPTION_DECL}, |