mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
Merge pull request #202 from sureshsundriyal/wip
[wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE.
This commit is contained in:
commit
7ba7627fcb
@ -3792,7 +3792,8 @@ static void looper(void)
|
||||
switch (errno) {
|
||||
case EBADF:
|
||||
{
|
||||
int lpc, fd_flags;
|
||||
size_t lpc;
|
||||
int fd_flags;
|
||||
|
||||
log_error("bad file descriptor");
|
||||
for (lpc = 0; lpc < FD_SETSIZE; lpc++) {
|
||||
|
Loading…
Reference in New Issue
Block a user