use socklen_t where appropriate instead of int
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8923 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,7 +40,7 @@ static int
|
||||
proto (int sock, const char *service)
|
||||
{
|
||||
struct sockaddr_in remote, local;
|
||||
int addrlen;
|
||||
socklen_t addrlen;
|
||||
krb5_address remote_addr, local_addr;
|
||||
krb5_ccache ccache;
|
||||
krb5_auth_context auth_context;
|
||||
|
Reference in New Issue
Block a user