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

Comparing ircd-hybrid-7.2/src/s_bsd_devpoll.c (file contents):
Revision 907 by adx, Thu Nov 24 10:31:22 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_DEVPOLL
28   #include <sys/ioctl.h>
29   /* HPUX uses devpoll.h and not sys/devpoll.h */
30   #ifdef HAVE_DEVPOLL_H
# Line 182 | Line 183 | comm_select(void)
183      comm_setselect(F, 0, NULL, NULL, 0);
184    }
185   }
186 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines