summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/unshare.c')
-rw-r--r--sys-utils/unshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c
index 343a86ee3..7a68e2cbb 100644
--- a/sys-utils/unshare.c
+++ b/sys-utils/unshare.c
@@ -70,7 +70,7 @@ static void usage(int status)
int main(int argc, char *argv[])
{
- struct option longopts[] = {
+ static const struct option longopts[] = {
{ "help", no_argument, 0, 'h' },
{ "mount", no_argument, 0, 'm' },
{ "uts", no_argument, 0, 'u' },