Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / minix.h
index 3e2b989..e0fbcf7 100644 (file)
@@ -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 */