Re:Re: [Coder-Com] epoll && redhat systems

2003-11-18 Thread alcohol
i tried out the changes in your patch and i got exactly the same errors as before.. (yes i distclean'ed and recompiled) -- Original Message From: "Entrope"<[EMAIL PROTECTED]> Subject: Re: [Coder-Com] epoll && redhat systems

Re: [Coder-Com] epoll && redhat systems

2003-11-17 Thread Entrope
"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 before the #include . Someone reported separately that Fedora Core 1 causes similar p

[Coder-Com] epoll && redhat systems

2003-11-17 Thread alcohol
that epoll addition in the cvs 2.10.11.06 causes some issues with redhat's epoll gcc -g -O3 -pipe -I. -I.. -I../include -c engine_epoll.c -o engine_epoll.o In file included from engine_epoll.c:32: /usr/include/sys/epoll.h:60: parse error before "uint32_t" /usr/include/sys/epoll.h:66: parse error