__CYGWIN32__ work around no longer needed
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1794 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -787,9 +787,6 @@ process_rings(int netin,
|
|||||||
if (netex) {
|
if (netex) {
|
||||||
FD_SET(net, &xbits);
|
FD_SET(net, &xbits);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#ifdef __CYGWIN32__
|
|
||||||
FD_SET(tout, &obits);
|
|
||||||
#endif
|
#endif
|
||||||
if ((c = select(16, &ibits, &obits, &xbits,
|
if ((c = select(16, &ibits, &obits, &xbits,
|
||||||
(poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
|
(poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
|
||||||
|
Reference in New Issue
Block a user