GIT 1.1.0

This commit is contained in:
Junio C Hamano
2006-01-08 14:22:19 -08:00
36 changed files with 47 additions and 504 deletions

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