Hi, On Tue, 4 Mar 2008, Alex Riesen wrote: > +#if !defined(__FreeBSD__) || (__FreeBSD__ > 4) We are not avoiding to clutter the source code with ugly __MINGW32__ conditionals with a huge effort, so that you can clutter it with __FreeBSD__ conditionals. > if (S_ISDIR(mode)) > mode |= S_ISGID; What problem does FreeBSD < 4 have with that? Ciao, Dscho -- 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