use socklen_t

This commit is contained in:
Erik Ekman 2009-01-25 20:03:45 +00:00
parent 9a6af7e615
commit 59c68b773a

View File

@ -623,7 +623,7 @@ tunnel_bind(int bind_fd, int dns_fd)
{
char packet[64*1024];
struct sockaddr_in from;
int fromlen;
socklen_t fromlen;
struct fw_query *query;
short id;
int r;