diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-23 23:15:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-23 23:15:43 +0200 |
commit | 606291beabab14c85a141c7a4225fbcab8d19fbd (patch) | |
tree | 4f46cd21214432feeb610e237e8dd49ef908c8f6 /util-linux/minix.h | |
parent | 1f27ab0d4bb65425496ff4ed0fbbd0f5bb32786f (diff) | |
download | busybox-w32-606291beabab14c85a141c7a4225fbcab8d19fbd.tar.gz busybox-w32-606291beabab14c85a141c7a4225fbcab8d19fbd.tar.bz2 busybox-w32-606291beabab14c85a141c7a4225fbcab8d19fbd.zip |
*: more portability fixes by Dan Fandrich
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 3e2b989e3..e0fbcf761 100644 --- a/util-linux/minix.h +++ b/util-linux/minix.h | |||
@@ -48,7 +48,7 @@ struct minix_superblock { | |||
48 | 48 | ||
49 | struct minix_dir_entry { | 49 | struct 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 */ |