diff options
author | Denys Vlasenko | 2009-09-23 23:15:43 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-09-23 23:15:43 +0200 |
commit | 606291beabab14c85a141c7a4225fbcab8d19fbd (patch) | |
tree | 4f46cd21214432feeb610e237e8dd49ef908c8f6 /util-linux/minix.h | |
parent | 1f27ab0d4bb65425496ff4ed0fbbd0f5bb32786f (diff) | |
download | busybox-606291beabab14c85a141c7a4225fbcab8d19fbd.zip busybox-606291beabab14c85a141c7a4225fbcab8d19fbd.tar.gz |
*: 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 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 */ |