Maybe-fix for HP-UX 10: Ifdef SO_OOBINLINE, don't even select for
exceptional conditions. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1503 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -836,9 +836,11 @@ process_rings(netin, netout, netex, ttyin, ttyout, poll)
|
|||||||
if (netin) {
|
if (netin) {
|
||||||
FD_SET(net, &ibits);
|
FD_SET(net, &ibits);
|
||||||
}
|
}
|
||||||
|
#if !defined(SO_OOBINLINE)
|
||||||
if (netex) {
|
if (netex) {
|
||||||
FD_SET(net, &xbits);
|
FD_SET(net, &xbits);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#ifdef __CYGWIN32__
|
#ifdef __CYGWIN32__
|
||||||
FD_SET(tout, &obits);
|
FD_SET(tout, &obits);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user