diff options
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index cadf609..56e30d1 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -575,7 +575,7 @@ getsockaddrarg(PySocketSockObject *s, PyObject *args, struct sockaddr **addr_ret through len_ret. */ static int -getsockaddrlen(PySocketSockObject *s, unsigned int *len_ret) +getsockaddrlen(PySocketSockObject *s, socklen_t *len_ret) { switch (s->sock_family) { |