Title: Aristotle
Golf...
It's More Than a Game...Roy
B. Evans, CAE tells you about his favorite courses. Click here
for his choices!
From thePublisher of PMI
The Key to the Religious
Travel Mar
Well I've recoded the poll() section in the ircu code base as follows:
Instead of the default :
...
nfds = poll(poll_fds, pfd_count, timeout);
...
we now have
...
nfds = poll(poll_fds, pfd_count, 0);
if (nfds == 0) {
usleep(100 / 10); /* sleep 1/10 second */
I don't know if this is just buggy for me or not, I compiled a new version of gnuworld for a "play" network for some friends and myself. Whenever I compiled gnuworld I didn't receive any errors, it all compiled without a problem, however when I login to X I get this:
-> *[EMAIL PROTECTED]* login