use socklen_t where appropriate instead of int. From <thorpej@netbsd.org>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8920 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -203,7 +203,7 @@ struct descr {
|
||||
time_t timeout;
|
||||
struct sockaddr_storage __ss;
|
||||
struct sockaddr *sa;
|
||||
int sock_len;
|
||||
socklen_t sock_len;
|
||||
char addr_string[128];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user