use socklen_t instead of int where appropriate. From <thorpej@netbsd.org>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8907 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -145,7 +145,7 @@ main(int argc, char **argv)
|
||||
{
|
||||
int fd = 0;
|
||||
struct sockaddr sa;
|
||||
size_t sa_size;
|
||||
socklen_t sa_size;
|
||||
krb5_auth_context ac = NULL;
|
||||
int debug_port;
|
||||
sa_size = sizeof(sa);
|
||||
|
Reference in New Issue
Block a user