Add compat/unsetenv.c .
[gitweb.git] / ls-files.c
index b29fe1be7e9f48bafafd2bd197c7238ee251b2cd..6af3b091b049d8ded1999405b4da7191f2b36a4c 100644 (file)
@@ -209,7 +209,7 @@ static int excluded(const char *pathname)
 
 struct nond_on_fs {
        int len;
-       char name[0];
+       char name[FLEX_ARRAY]; /* more */
 };
 
 static struct nond_on_fs **dir;