chiark / gitweb /
poll: Abolish max_nfds
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Sep 2014 17:16:09 +0000 (18:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 15:31:13 +0000 (16:31 +0100)
commit167757e3b9a4497deb0489763beac8c7e919d70a
treeb3c89589a77e99c5c510499f4108a173fa573797
parent4fd81af2db88c1b7bdab715f428df5cf2d679fb7
poll: Abolish max_nfds

We do not need to be advised of a static maximum, since we dynamically
size the array now.  Abolish the variable (which is unused) and change
all the callers.

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
log.c
process.c
resolver.c
secnet.c
secnet.h
site.c
slip.c
tun.c
udp.c