"alcohol" <[EMAIL PROTECTED]> writes: > that epoll addition in the cvs 2.10.11.06 causes some issues with redhat's > epoll
So much for GNU libc's headers being idempotent.. You can fix this by adding #include <sys/types.h> before the #include <sys/epoll.h>. Someone reported separately that Fedora Core 1 causes similar problems in os_linux.c. You can fix that by changing the "#if 0" before the #include <unistd.h> into "#if 1" (or removing it and the corresponding #endif). I have just submitted patches to the SourceForge patch tracker for these. Entrope