- changed select calls to newly indroduced uselect

SKIPPED:
	psi/sinqhttpprot.c
This commit is contained in:
zolliker
2008-10-16 13:53:39 +00:00
parent 52a93e6cc3
commit 373063fab6
6 changed files with 18 additions and 15 deletions

View File

@ -19,6 +19,7 @@
#include "fortify.h"
#include "nwatch.h"
#include "sics.h"
#include "uselect.h"
#define NWMAGIC 51966
@ -395,7 +396,7 @@ int NetWatchTask (void* pData)
iRet = 0;
if (iCount >= 0)
iRet = select(iCount+1, &rMask, &wMask, NULL, &tmo);
iRet = uselect(iCount+1, &rMask, &wMask, NULL, &tmo);
if(iRet > 0) {
/* invoke the active callbacks */