mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-22 14:42:55 -05:00
portability lint
git-svn-id: file:///svn/unbound/trunk@2193 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
317f97fe8e
commit
d2f9be56a5
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ pollit(int fd, struct timeval* t)
|
|||
return 0;
|
||||
}
|
||||
errno = 0;
|
||||
return FD_ISSET(fd, &r);
|
||||
return (int)(FD_ISSET(fd, &r));
|
||||
}
|
||||
|
||||
int tube_poll(struct tube* tube)
|
||||
|
|
|
|||
Loading…
Reference in a new issue