Fix bug in calling select(2): its first argument is one greater than
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 29 Oct 2006 16:43:38 +0000 (16:43 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 29 Oct 2006 16:43:38 +0000 (16:43 +0000)
commit1a3278910f16fb56d87b4751a897f035761958ff
treef36c50ebfa0fcfd5c70ca0a32cce609109facadc
parent938baf95c165e0ed6eb9b49a71446ac76907b091
Fix bug in calling select(2): its first argument is one greater than
the highest file descriptor involved, _not_ the number of file
descriptors involved.
v7/src/microcode/uxio.c