diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/fts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/fts.h b/io/fts.h index 0a070ba8dc..93f94f8875 100644 --- a/io/fts.h +++ b/io/fts.h @@ -116,7 +116,7 @@ typedef struct _ftsent { u_short fts_instr; /* fts_set() instructions */ struct stat *fts_statp; /* stat(2) information */ - char fts_name[1]; /* file name */ + char fts_name[1] __attribute__((bnd_variable_size)); /* file name */ } FTSENT; __BEGIN_DECLS |