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

Comparing:
ircd-hybrid/src/s_bsd_select.c (file contents), Revision 32 by knight, Sun Oct 2 20:41:23 2005 UTC vs.
ircd-hybrid-8/src/s_bsd_select.c (file contents), Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 24 | Line 24
24   */
25  
26   #include "stdinc.h"
27 + #if USE_IOPOLL_MECHANISM == __IOPOLL_MECHANISM_SELECT
28 + #include "list.h"
29   #include "fdlist.h"
30   #include "hook.h"
31   #include "ircd.h"
32   #include "s_bsd.h"
33 < #include "s_log.h"
33 > #include "log.h"
34  
35   /*
36   * Note that this is only a single list - multiple lists is kinda pointless
# Line 199 | Line 201 | comm_select(void)
201        comm_setselect(F, 0, NULL, NULL, 0);
202      }
203   }
204 + #endif

Comparing:
ircd-hybrid/src/s_bsd_select.c (property svn:keywords), Revision 32 by knight, Sun Oct 2 20:41:23 2005 UTC vs.
ircd-hybrid-8/src/s_bsd_select.c (property svn:keywords), Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 1 | Line 1
1 < Revision
1 > Id Revision

Diff Legend

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