mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
[wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE.
This commit is contained in:
parent
5f7344874b
commit
1de2a30560
@ -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