I'd like to suggest integrating the [Cygwin patch](http://www.lavrsen.dk/foswiki/bin/view/Motion/CygwinPatch) into the mainline code using test macros like these: ``` #ifdef __CYGWIN__ // cygwin code #else // linux code #endif ``` using indentations the code readability won't degrade much...