diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/gf-dirent.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/gf-dirent.c b/libglusterfs/src/gf-dirent.c index cd31464ffea..35a81bb8a4e 100644 --- a/libglusterfs/src/gf-dirent.c +++ b/libglusterfs/src/gf-dirent.c @@ -39,7 +39,7 @@ struct gf_dirent_nb {  	uint32_t       d_len;  	uint32_t       d_type;          struct gf_stat d_stat; -	char           d_name[0]; +	char           d_name[1];  } __attribute__((packed));  | 
