On 05/26/11 18:39, Jonathan Nieder wrote: > Junio C Hamano wrote: > >> --- a/compat/fnmatch/fnmatch.c >> +++ b/compat/fnmatch/fnmatch.c >> @@ -127,6 +127,10 @@ extern char *getenv (); >> extern int errno; >> # endif >> + >> +# ifndef NULL >> +# define NULL 0 >> +# endif > > Makes a lot of sense. This fits well with the style of the rest of > the file and other projects using glibc fnmatch could reuse the fix > even if targeting ancient platforms. I tested, and it works well on interix. Will you commit, or should i prepare a patch? Thanks Markus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html