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

Comparing ircd-hybrid-7.2/src/s_bsd_select.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC

# Line 24 | Line 24
24   */
25  
26   #include "stdinc.h"
27 + #if USE_IOPOLL_MECHANISM == __IOPOLL_MECHANISM_SELECT
28   #include "fdlist.h"
29   #include "hook.h"
30   #include "ircd.h"
# Line 199 | Line 200 | comm_select(void)
200        comm_setselect(F, 0, NULL, NULL, 0);
201      }
202   }
203 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines