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:
Assar Westerlund
1997-03-29 16:06:17 +00:00
parent 502ce31054
commit 4b7b14b7a2

View File

@@ -836,9 +836,11 @@ process_rings(netin, netout, netex, ttyin, ttyout, poll)
if (netin) {
FD_SET(net, &ibits);
}
#if !defined(SO_OOBINLINE)
if (netex) {
FD_SET(net, &xbits);
}
#endif
#ifdef __CYGWIN32__
FD_SET(tout, &obits);
#endif