X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/babd74ec57f6b3a6f6709d10ec725532deb3ed66..b1a0f651d803e1c1ff50f559b50de5c2dd6236d4:/udp.c?ds=inline diff --git a/udp.c b/udp.c index 4883d53..4c393cd 100644 --- a/udp.c +++ b/udp.c @@ -64,7 +64,7 @@ static void udp_afterpoll(void *state, struct pollfd *fds, int nfds) { struct udp *st=state; struct sockaddr_in from; - int fromlen; + socklen_t fromlen; struct notify_list *n; bool_t done; int rv;