In message: <[EMAIL PROTECTED]> "Patrick M. Hausen" <[EMAIL PROTECTED]> writes: : P.S. No, I don't have a patch, because what I did locally does : not fix the problem. Once we change : : #if defined(__linux__) : to : #if defined(__linux__) || defined(__DARWIN__) : : we will in no time have to add : : || defined(__FreeBSD__) : ... : ...
#ifdef unix ... #endif is the traditional way to say this :-) Warner