Changes for HP-UX 11 - first semi-stable version

This commit is contained in:
Ralph Lange
2002-02-04 15:14:43 +00:00
parent 9ad5b74cca
commit 96d928fa51
9 changed files with 31 additions and 25 deletions

View File

@@ -1,4 +1,3 @@
//
// $Id$
//
@@ -94,7 +93,7 @@ epicsShareFunc fdManager::fdManager () : pTimerQueue ( 0 )
assert (status);
for ( i=0u; i < sizeof (this->fdSets) / sizeof ( this->fdSets[0u] ); i++ ) {
FD_ZERO ( &this->fdSets[i] );
FD_ZERO ( &this->fdSets[i] ); // X aCC 392
}
this->maxFD = 0;
this->processInProg = 0u;