diff options
Diffstat (limited to 'util-linux/minix.h')
-rw-r--r-- | util-linux/minix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/minix.h b/util-linux/minix.h index 3e2b989..e0fbcf7 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 */ |