ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/s_bsd_poll.c
(Generate patch)

Comparing:
ircd-hybrid/src/s_bsd_poll.c (file contents), Revision 33 by knight, Sun Oct 2 20:50:00 2005 UTC vs.
ircd-hybrid-7.3/src/s_bsd_poll.c (file contents), Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC

# Line 24 | Line 24
24   */
25  
26   #include "stdinc.h"
27 + #if USE_IOPOLL_MECHANISM == __IOPOLL_MECHANISM_POLL
28   #include <sys/poll.h>
29   #include "fdlist.h"
30 + #include "list.h"
31   #include "hook.h"
32   #include "ircd.h"
33   #include "s_bsd.h"
# Line 219 | Line 221 | comm_select(void)
221      comm_setselect(F, 0, NULL, NULL, 0);
222    }
223   }
224 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)