summaryrefslogtreecommitdiff
path: root/tools/getfacl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/getfacl.c')
-rw-r--r--tools/getfacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/getfacl.c b/tools/getfacl.c
index 63f0736..5a45c04 100644
--- a/tools/getfacl.c
+++ b/tools/getfacl.c
@@ -46,7 +46,7 @@
#endif
#define POSIXLY_CMD_LINE_OPTIONS "d"
-struct option long_options[] = {
+static const struct option long_options[] = {
#if !POSIXLY_CORRECT
{ "access", 0, 0, 'a' },
{ "omit-header", 0, 0, 'c' },