]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ls-files.c
Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git
[thirdparty/git.git] / ls-files.c
index e53d245884ab14f85824fd6c1b891481c8b1f849..0d79104e0dd16c77c10a7db43c1afce3fc733160 100644 (file)
@@ -205,7 +205,7 @@ static int excluded(const char *pathname)
 
 struct nond_on_fs {
        int len;
-       char name[0];
+       char name[];
 };
 
 static struct nond_on_fs **dir;