summaryrefslogtreecommitdiff
path: root/tools/getfattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/getfattr.c')
-rw-r--r--tools/getfattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/getfattr.c b/tools/getfattr.c
index abdd0d4..b610b23 100644
--- a/tools/getfattr.c
+++ b/tools/getfattr.c
@@ -38,7 +38,7 @@
#define CMD_LINE_OPTIONS "n:de:m:hRLP"
#define CMD_LINE_SPEC "[-hRLP] [-n name|-d] [-e en] [-m pattern] path..."
-struct option long_options[] = {
+static const struct option long_options[] = {
{ "name", 1, 0, 'n' },
{ "dump", 0, 0, 'd' },
{ "encoding", 1, 0, 'e' },