(accept_with_timeout): use socklen_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11641 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2003-02-10 10:01:16 +00:00
parent 0a5a3f98d0
commit 54a243b5ba

View File

@@ -1248,7 +1248,7 @@ bad:
static int
accept_with_timeout(int socket,
struct sockaddr *address,
size_t *address_len,
socklen_t *address_len,
struct timeval *timeout)
{
int ret;