summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fuser.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/fuser.c')
-rw-r--r--usr.bin/fstat/fuser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fstat/fuser.c b/usr.bin/fstat/fuser.c
index 364d57c..dbb0d86 100644
--- a/usr.bin/fstat/fuser.c
+++ b/usr.bin/fstat/fuser.c
@@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$");
/*
* File access mode flags table.
*/
-struct {
+static const struct {
int flag;
char ch;
} fflags[] = {
@@ -67,7 +67,7 @@ struct {
/*
* Usage flags translation table.
*/
-struct {
+static const struct {
int flag;
char ch;
} uflags[] = {
OpenPOWER on IntegriCloud