Am 20.06.2014 16:42, schrieb Ronnie Sahlberg:
> +                     errno = ELOOP;

This fails on MinGW and MSVC < 2010. Perhaps add this to compat/mingw.h?

 #ifndef ELOOP
 #define ELOOP EMLINK
 #endif

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to