# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |