From 606291beabab14c85a141c7a4225fbcab8d19fbd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 23 Sep 2009 23:15:43 +0200 Subject: *: more portability fixes by Dan Fandrich Signed-off-by: Denys Vlasenko --- util-linux/minix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/minix.h') 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 { struct minix_dir_entry { uint16_t inode; - char name[0]; + char name[]; }; /* Believe it or not, but mount.h has this one #defined */ -- cgit v1.2.3