This commit is contained in:
Junio C Hamano
2005-08-28 23:02:01 -07:00
18 changed files with 73 additions and 38 deletions

View 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;