__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:
Assar Westerlund
1997-06-01 04:18:36 +00:00
parent d81252135b
commit 3f79fb0ef3

View File

@@ -787,9 +787,6 @@ process_rings(int netin,
if (netex) {
FD_SET(net, &xbits);
}
#endif
#ifdef __CYGWIN32__
FD_SET(tout, &obits);
#endif
if ((c = select(16, &ibits, &obits, &xbits,
(poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {