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:
Assar Westerlund
2000-08-09 20:44:30 +00:00
parent 986d4dc7a8
commit 7e4da1415d
2 changed files with 2 additions and 2 deletions

View File

@@ -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];
};