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 {
struct minix_dir_entry {
uint16_t inode;
- char name[0];
+ char name[];
};
/* Believe it or not, but mount.h has this one #defined */