aboutsummaryrefslogtreecommitdiff
path: root/util-linux/minix.h
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/minix.h')
-rw-r--r--util-linux/minix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/minix.h b/util-linux/minix.h
index 3e2b989e3..e0fbcf761 100644
--- a/util-linux/minix.h
+++ b/util-linux/minix.h
@@ -48,7 +48,7 @@ struct minix_superblock {
48 48
49struct minix_dir_entry { 49struct minix_dir_entry {
50 uint16_t inode; 50 uint16_t inode;
51 char name[0]; 51 char name[];
52}; 52};
53 53
54/* Believe it or not, but mount.h has this one #defined */ 54/* Believe it or not, but mount.h has this one #defined */