fixed Linux uses unsigned where int is used on other OS

This commit is contained in:
Jeff Hill
2000-08-25 19:44:30 +00:00
parent 607ee29fb3
commit a911a27845
8 changed files with 32 additions and 32 deletions

View File

@@ -116,4 +116,4 @@ void recvProcessThread::disable ()
void recvProcessThread::signalActivity ()
{
this->recvActivity.signal ();
}
}