lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / util-linux / minix.h
index 3e2b989e3076631cdf9a2bf6100f0412c6ff3da9..e0fbcf7612f4b878507b2c8a042572ea3f97aca9 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 */